From 51efaac89e0b0efb89bf5d2727d0a73e9611b79c Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 14 Jun 2006 04:54:00 +0000 Subject: Chase libnotify update. Obtained from: FreeBSD ports tree git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6441 df743ca5-7f9a-e211-a948-0013205c9059 --- audio/rhythmbox/files/patch-widges_eggtrayicon.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/rhythmbox/files/patch-widges_eggtrayicon.c (limited to 'audio/rhythmbox/files') diff --git a/audio/rhythmbox/files/patch-widges_eggtrayicon.c b/audio/rhythmbox/files/patch-widges_eggtrayicon.c new file mode 100644 index 000000000..bb9d982e2 --- /dev/null +++ b/audio/rhythmbox/files/patch-widges_eggtrayicon.c @@ -0,0 +1,11 @@ +--- widgets/eggtrayicon.c.orig Wed Jun 14 12:25:10 2006 ++++ widgets/eggtrayicon.c Wed Jun 14 12:26:41 2006 +@@ -571,7 +571,7 @@ + + if (pixbuf) + { +-#if (LIBNOTIFY_VERSION_MICRO < 2) ++#if ((LIBNOTIFY_VERSION_MINOR <= 3) && (LIBNOTIFY_VERSION_MICRO < 2)) + notify_notification_set_icon_data_from_pixbuf (icon->notify->handle, pixbuf); + #else + notify_notification_set_icon_from_pixbuf (icon->notify->handle, pixbuf); -- cgit v1.2.3