summaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-14 12:54:00 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-14 12:54:00 +0800
commit51efaac89e0b0efb89bf5d2727d0a73e9611b79c (patch)
tree62f02c697d6b8714bb84ef2c199c56d777dd8ebe /audio/rhythmbox/files
parentcbc8f1c0101ec20659880ce9839e5c1778d780ce (diff)
downloadmarcuscom-ports-51efaac89e0b0efb89bf5d2727d0a73e9611b79c.tar
marcuscom-ports-51efaac89e0b0efb89bf5d2727d0a73e9611b79c.tar.gz
marcuscom-ports-51efaac89e0b0efb89bf5d2727d0a73e9611b79c.tar.bz2
marcuscom-ports-51efaac89e0b0efb89bf5d2727d0a73e9611b79c.tar.lz
marcuscom-ports-51efaac89e0b0efb89bf5d2727d0a73e9611b79c.tar.xz
marcuscom-ports-51efaac89e0b0efb89bf5d2727d0a73e9611b79c.tar.zst
marcuscom-ports-51efaac89e0b0efb89bf5d2727d0a73e9611b79c.zip
Chase libnotify update.
Obtained from: FreeBSD ports tree git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6441 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox/files')
-rw-r--r--audio/rhythmbox/files/patch-widges_eggtrayicon.c11
1 files changed, 11 insertions, 0 deletions
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);