freebsd-ports/audio/rhythmbox/files/patch-plugins_status-icon_rb-tray-icon-gtk.c
Joe Marcus Clarke 9c2a98b7ec Fix the status icon plugin with the latest libnotify changes.
Submitted by:	sbruno
PR:		164300
Obtained from:	GNOME git
2012-02-06 04:23:10 +00:00

17 lines
572 B
C

--- plugins/status-icon/rb-tray-icon-gtk.c.orig 2012-02-05 23:21:11.000000000 -0500
+++ plugins/status-icon/rb-tray-icon-gtk.c 2012-02-05 23:21:24.000000000 -0500
@@ -339,14 +339,6 @@ rb_tray_icon_is_embedded (RBTrayIcon *tr
return gtk_status_icon_is_embedded (tray->priv->icon);
}
-#if defined(HAVE_NOTIFY)
-void
-rb_tray_icon_attach_notification (RBTrayIcon *tray, NotifyNotification *notification)
-{
- notify_notification_attach_to_status_icon (notification, tray->priv->icon);
-}
-#endif
-
void
rb_tray_icon_set_visible (RBTrayIcon *tray, gboolean visible)
{