blob: 5265e460ef6941a7b57f98823f1b0fe12a326f4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./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);
|