r12426 - in /packages/unstable/update-notifier/debian: changelog patches/06_port_to_gtk2.10.diff

kov at users.alioth.debian.org kov at users.alioth.debian.org
Wed Sep 5 00:06:23 UTC 2007


Author: kov
Date: Wed Sep  5 00:06:23 2007
New Revision: 12426

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12426
Log:
patch to conditionaly use a gtk2.12-only function, which does
not seem to break update-notifier if removed

Added:
    packages/unstable/update-notifier/debian/patches/06_port_to_gtk2.10.diff
Modified:
    packages/unstable/update-notifier/debian/changelog

Modified: packages/unstable/update-notifier/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/changelog?rev=12426&op=diff
==============================================================================
--- packages/unstable/update-notifier/debian/changelog (original)
+++ packages/unstable/update-notifier/debian/changelog Wed Sep  5 00:06:23 2007
@@ -1,9 +1,14 @@
-update-notifier (0.59.5-1) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
+update-notifier (0.59.5.debian-1) UNRELEASED; urgency=low
+
+  [ Kilian Krause ]
   * New upstream release.
 
- -- Kilian Krause <kilian at debian.org>  Sun,  2 Sep 2007 00:25:38 +0200
+  [ Gustavo Noronha Silva ]
+  * debian/patches/06_port_to_gtk2.10.diff:
+  - added to conditionaly use a gtk2.12-only function, which does
+    not seem to break update-notifier if removed
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Tue, 04 Sep 2007 20:30:45 -0300
 
 update-notifier (0.59.4.debian-1) unstable; urgency=low
 

Added: packages/unstable/update-notifier/debian/patches/06_port_to_gtk2.10.diff
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/patches/06_port_to_gtk2.10.diff?rev=12426&op=file
==============================================================================
--- packages/unstable/update-notifier/debian/patches/06_port_to_gtk2.10.diff (added)
+++ packages/unstable/update-notifier/debian/patches/06_port_to_gtk2.10.diff Wed Sep  5 00:06:23 2007
@@ -1,0 +1,13 @@
+--- src/update.c~	2007-08-27 08:37:17.000000000 -0300
++++ src/update.c	2007-09-04 20:57:30.000000000 -0300
+@@ -44,8 +44,10 @@
+ 	  guint          activate_time,
+ 	  TrayApplet     *un)
+ {
++#if GTK_MINOR_VERSION > 10
+    gtk_menu_set_screen (GTK_MENU (un->menu),
+ 			gtk_status_icon_get_screen(un->tray_icon));
++#endif
+    gtk_menu_popup (GTK_MENU (un->menu), NULL, NULL, 
+ 		   gtk_status_icon_position_menu, un->tray_icon,
+ 		   button, activate_time);




More information about the pkg-gnome-commits mailing list