Gentoo Archives: gentoo-commits

From: "Daniel Pielmeier (billie)" <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/hplip/files: hplip-3.10.2-systray-segfault.patch 70-hpmud.rules
Date: Wed, 31 Mar 2010 19:16:55
Message-Id: E1Nx2zg-0005Xn-Rw@stork.gentoo.org
1 billie 10/03/31 18:50:24
2
3 Added: hplip-3.10.2-systray-segfault.patch
4 Removed: 70-hpmud.rules
5 Log:
6 Revision bump. Add systray segfault patch from upstream reported by netfab in bug #312301. Remove needless rules file.
7 (Portage version: 2.1.7.17/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 net-print/hplip/files/hplip-3.10.2-systray-segfault.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/hplip/files/hplip-3.10.2-systray-segfault.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/hplip/files/hplip-3.10.2-systray-segfault.patch?rev=1.1&content-type=text/plain
14
15 Index: hplip-3.10.2-systray-segfault.patch
16 ===================================================================
17 diff -up hplip-3.9.8/ui4/systemtray.py.tray-icon-crash hplip-3.9.8/ui4/systemtray.py
18 --- hplip-3.9.8/ui4/systemtray.py.tray-icon-crash 2010-03-23 16:36:55.545632224 +0000
19 +++ hplip-3.9.8/ui4/systemtray.py 2010-03-23 16:37:51.944509885 +0000
20 @@ -489,6 +489,7 @@ class SystemTrayApp(QApplication):
21 log.debug("Exiting")
22 self.sendMessage('', '', EVENT_SYSTEMTRAY_EXIT)
23 self.quit()
24 + del self.tray_icon
25
26
27 def toolboxTriggered(self):