SOURCES (AC-branch): rhythmbox-use-icon-name.patch - properly chec...
baggins
baggins at pld-linux.org
Wed May 17 19:37:34 CEST 2006
Author: baggins Date: Wed May 17 17:37:34 2006 GMT
Module: SOURCES Tag: AC-branch
---- Log message:
- properly check libnotify version
---- Files affected:
SOURCES:
rhythmbox-use-icon-name.patch (1.1 -> 1.1.2.1)
---- Diffs:
================================================================
Index: SOURCES/rhythmbox-use-icon-name.patch
diff -u SOURCES/rhythmbox-use-icon-name.patch:1.1 SOURCES/rhythmbox-use-icon-name.patch:1.1.2.1
--- SOURCES/rhythmbox-use-icon-name.patch:1.1 Wed May 17 17:47:50 2006
+++ SOURCES/rhythmbox-use-icon-name.patch Wed May 17 19:37:29 2006
@@ -1,6 +1,6 @@
---- rhythmbox-0.9.3.1/widgets/eggtrayicon.c.use-icon-name 2006-03-08 01:17:43.000000000 -0500
-+++ rhythmbox-0.9.3.1/widgets/eggtrayicon.c 2006-03-08 01:18:59.000000000 -0500
-@@ -563,35 +563,31 @@ egg_tray_icon_notify (EggTrayIcon *icon,
+--- rhythmbox-0.9.4.1/widgets/eggtrayicon.c.orig 2006-03-15 10:25:32.000000000 +0100
++++ rhythmbox-0.9.4.1/widgets/eggtrayicon.c 2006-05-17 19:35:16.000000000 +0200
+@@ -540,38 +540,34 @@
notify_notification_close (icon->notify->handle, NULL);
}
@@ -49,4 +49,8 @@
+
if (pixbuf)
{
- #if (LIBNOTIFY_VERSION_MICRO < 2)
+-#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);
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/rhythmbox-use-icon-name.patch?r1=1.1&r2=1.1.2.1&f=u
More information about the pld-cvs-commit
mailing list