diff options
Diffstat (limited to 'audio/rhythmbox-devel/files/patch-widges_eggtrayicon.c')
-rw-r--r-- | audio/rhythmbox-devel/files/patch-widges_eggtrayicon.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/rhythmbox-devel/files/patch-widges_eggtrayicon.c b/audio/rhythmbox-devel/files/patch-widges_eggtrayicon.c new file mode 100644 index 000000000000..bb9d982e2878 --- /dev/null +++ b/audio/rhythmbox-devel/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); |