aports/community/gnome-bluetooth/libnotify-0.7.patch
2015-11-09 12:11:12 +01:00

12 lines
309 B
Diff

--- ./applet/notify.c.orig
+++ ./applet/notify.c
@@ -71,7 +71,7 @@
notify_notification_close(notify, NULL);
}
- notify = notify_notification_new(summary, message, icon_name, NULL);
+ notify = notify_notification_new(summary, message, icon_name);
notify_notification_set_timeout(notify, timeout);