r16354 - in /packages/unstable/gdesklets/debian: changelog patches/20_gdesklets-05-shift-f10.diff

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Sat Jun 28 08:10:50 UTC 2008


Author: manphiz-guest
Date: Sat Jun 28 08:10:50 2008
New Revision: 16354

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16354
Log:
Add 20_gdesklets-05-shift-f10.diff to fix trayicon not responding after
adding any applets.  Grabbed from LP bug #229506.  LP: #197991

Added:
    packages/unstable/gdesklets/debian/patches/20_gdesklets-05-shift-f10.diff
Modified:
    packages/unstable/gdesklets/debian/changelog

Modified: packages/unstable/gdesklets/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gdesklets/debian/changelog?rev=16354&op=diff
==============================================================================
--- packages/unstable/gdesklets/debian/changelog (original)
+++ packages/unstable/gdesklets/debian/changelog Sat Jun 28 08:10:50 2008
@@ -6,7 +6,11 @@
   [ Emilio Pozuelo Monfort ]
   * Improve long description. Closes: #481242.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Thu, 15 May 2008 19:13:32 +0200
+  [ Deng Xiyue ]
+  * Add 20_gdesklets-05-shift-f10.diff to fix trayicon not responding after
+    adding any applets.  Grabbed from LP bug #229506.  LP: #197991
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Sat, 28 Jun 2008 16:09:35 +0800
 
 gdesklets (0.36-2) unstable; urgency=low
 

Added: packages/unstable/gdesklets/debian/patches/20_gdesklets-05-shift-f10.diff
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gdesklets/debian/patches/20_gdesklets-05-shift-f10.diff?rev=16354&op=file
==============================================================================
--- packages/unstable/gdesklets/debian/patches/20_gdesklets-05-shift-f10.diff (added)
+++ packages/unstable/gdesklets/debian/patches/20_gdesklets-05-shift-f10.diff Sat Jun 28 08:10:50 2008
@@ -1,0 +1,15 @@
+--- gdesklets-0.36/main/TrayIcon.py.old	2008-05-12 17:55:45.849800000 +0800
++++ gdesklets-0.36/main/TrayIcon.py	2008-05-12 17:55:09.205551000 +0800
+@@ -18,8 +18,10 @@
+ 
+     def __on_button(self, widget, button, time):
+ 
+-        if (button == 3):
+-            self.__menu.popup(None, None, None, button, time)
++        self.__menu.popup(None, None, gtk.status_icon_position_menu, button, time, self.__trayicon)
++
++        if (button == 0):
++            self.__menu.select_first(FALSE)
+ 
+ 
+     def set_menu(self, items):




More information about the pkg-gnome-commits mailing list