summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-print/hplip/files/hplip-3.10.2-systray-segfault.patch')
-rw-r--r--net-print/hplip/files/hplip-3.10.2-systray-segfault.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-print/hplip/files/hplip-3.10.2-systray-segfault.patch b/net-print/hplip/files/hplip-3.10.2-systray-segfault.patch
new file mode 100644
index 000000000000..9e42c1caa27a
--- /dev/null
+++ b/net-print/hplip/files/hplip-3.10.2-systray-segfault.patch
@@ -0,0 +1,11 @@
+diff -up hplip-3.9.8/ui4/systemtray.py.tray-icon-crash hplip-3.9.8/ui4/systemtray.py
+--- hplip-3.9.8/ui4/systemtray.py.tray-icon-crash 2010-03-23 16:36:55.545632224 +0000
++++ hplip-3.9.8/ui4/systemtray.py 2010-03-23 16:37:51.944509885 +0000
+@@ -489,6 +489,7 @@ class SystemTrayApp(QApplication):
+ log.debug("Exiting")
+ self.sendMessage('', '', EVENT_SYSTEMTRAY_EXIT)
+ self.quit()
++ del self.tray_icon
+
+
+ def toolboxTriggered(self):