summaryrefslogtreecommitdiff
path: root/audio/rhythmbox/patches
diff options
context:
space:
mode:
authorobache <obache>2013-08-15 08:04:29 +0000
committerobache <obache>2013-08-15 08:04:29 +0000
commit641ae4e173e0ae361b8a73adbf1a530186eec668 (patch)
treedada6af237ac7225aa1dd521ca1cd3d0ba7ec38f /audio/rhythmbox/patches
parent2b49c8734e2d2398e4c2f35153bbcd40719818e0 (diff)
downloadpkgsrc-641ae4e173e0ae361b8a73adbf1a530186eec668.tar.gz
Switch to use libnotify07.
Bump PKGREVISION.
Diffstat (limited to 'audio/rhythmbox/patches')
-rw-r--r--audio/rhythmbox/patches/patch-plugins_status-icon_rb-status-icon-plugin.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/rhythmbox/patches/patch-plugins_status-icon_rb-status-icon-plugin.c b/audio/rhythmbox/patches/patch-plugins_status-icon_rb-status-icon-plugin.c
new file mode 100644
index 00000000000..2327cc915ab
--- /dev/null
+++ b/audio/rhythmbox/patches/patch-plugins_status-icon_rb-status-icon-plugin.c
@@ -0,0 +1,15 @@
+$NetBSD: patch-plugins_status-icon_rb-status-icon-plugin.c,v 1.1 2013/08/15 08:04:29 obache Exp $
+
+* for libnotify-0.7 API change
+
+--- plugins/status-icon/rb-status-icon-plugin.c.orig 2010-03-25 00:10:13.000000000 +0000
++++ plugins/status-icon/rb-status-icon-plugin.c
+@@ -394,7 +394,7 @@ do_notify (RBStatusIconPlugin *plugin,
+ icon_name = NULL;
+
+ if (plugin->priv->notification == NULL) {
+- plugin->priv->notification = notify_notification_new (primary, secondary, icon_name, NULL);
++ plugin->priv->notification = notify_notification_new (primary, secondary, icon_name);
+
+ g_signal_connect_object (plugin->priv->notification,
+ "closed",