SOURCES: gwget-libnotify.patch (NEW) - fix build with libnotify 0.4.0

baggins baggins at pld-linux.org
Thu May 18 12:12:30 CEST 2006


Author: baggins                      Date: Thu May 18 10:12:30 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix build with libnotify 0.4.0

---- Files affected:
SOURCES:
   gwget-libnotify.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gwget-libnotify.patch
diff -u /dev/null SOURCES/gwget-libnotify.patch:1.1
--- /dev/null	Thu May 18 12:12:30 2006
+++ SOURCES/gwget-libnotify.patch	Thu May 18 12:12:24 2006
@@ -0,0 +1,11 @@
+--- gwget-0.98/src/eggtrayicon.c~	2006-04-10 21:49:18.000000000 +0200
++++ gwget-0.98/src/eggtrayicon.c	2006-05-18 12:11:38.043991435 +0200
+@@ -569,7 +569,7 @@
+ 
+   if (pixbuf)
+     {
+-#if (LIBNOTIFY_VERSION_MICRO < 2)
++#if (LIBNOTIFY_VERSION_MICRO < 2) && (LIBNOTIFY_VERSION_MINOR < 4)
+       notify_notification_set_icon_data_from_pixbuf (icon->notify->handle, pixbuf);
+ #else
+       notify_notification_set_icon_from_pixbuf (icon->notify->handle, pixbuf);
================================================================


More information about the pld-cvs-commit mailing list