gnome-bluetooth/notify.patch
2010-11-03 12:18:38 -04:00

13 lines
574 B
Diff

diff -up gnome-bluetooth-2.90.0/applet/notify.c.notify gnome-bluetooth-2.90.0/applet/notify.c
--- gnome-bluetooth-2.90.0/applet/notify.c.notify 2010-11-03 12:18:00.481241996 -0400
+++ gnome-bluetooth-2.90.0/applet/notify.c 2010-11-03 12:17:25.248241997 -0400
@@ -75,7 +75,7 @@ void show_notification(const gchar *summ
notify_notification_close(notify, NULL);
}
- notify = notify_notification_new(summary, message, ACTIVE_ICON_NAME, NULL);
+ notify = notify_notification_new(summary, message, ACTIVE_ICON_NAME);
notify_notification_set_timeout(notify, timeout);