diff options
author | obache <obache@pkgsrc.org> | 2013-08-15 08:04:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-08-15 08:04:29 +0000 |
commit | 0145be42a072521386bacb47794c9bb36c82999a (patch) | |
tree | dada6af237ac7225aa1dd521ca1cd3d0ba7ec38f /audio/rhythmbox/patches | |
parent | f38e203a2114c3e84da584e194567f018624dd6e (diff) | |
download | pkgsrc-0145be42a072521386bacb47794c9bb36c82999a.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.c | 15 |
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", |