freebsd-ports/audio/rhythmbox/files/patch-plugins_status-icon_rb-tray-icon-gtk.h
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

13 lines
527 B
C

--- plugins/status-icon/rb-tray-icon-gtk.h.orig 2012-02-05 23:22:03.000000000 -0500
+++ plugins/status-icon/rb-tray-icon-gtk.h 2012-02-05 23:22:11.000000000 -0500
@@ -74,10 +74,6 @@ gboolean rb_tray_icon_is_embedded (RBTr
void rb_tray_icon_menu_popup (RBTrayIcon *icon, GtkWidget *popup, gint button);
-#if defined(HAVE_NOTIFY)
-void rb_tray_icon_attach_notification (RBTrayIcon *icon, NotifyNotification *notification);
-#endif
-
void rb_tray_icon_set_visible (RBTrayIcon *icon, gboolean visible);
G_END_DECLS