summaryrefslogtreecommitdiff
path: root/desktop/awn-extras/libnotify-0.7.patch
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/awn-extras/libnotify-0.7.patch')
-rw-r--r--desktop/awn-extras/libnotify-0.7.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/awn-extras/libnotify-0.7.patch b/desktop/awn-extras/libnotify-0.7.patch
new file mode 100644
index 0000000000..5171adeea7
--- /dev/null
+++ b/desktop/awn-extras/libnotify-0.7.patch
@@ -0,0 +1,11 @@
+--- applets/maintained/notification-daemon/daemon.c
++++ applets/maintained/notification-daemon/daemon.c
+@@ -1487,7 +1487,7 @@
+ if (fork() == 0)
+ {
+ notify_init("notify-send");
+- notify = notify_notification_new(summary, body, icon_str, NULL);
++ notify = notify_notification_new(summary, body, icon_str);
+ notify_notification_set_category(notify, type);
+ notify_notification_set_urgency(notify, urgency);
+ notify_notification_set_timeout(notify, expire_timeout);