summaryrefslogtreecommitdiffstats
path: root/desktop/awn-extras/libnotify-0.7.patch
diff options
context:
space:
mode:
author dsomero <xgizzmo@slackbuilds.org>2012-09-17 20:44:18 -0400
committer Robby Workman <rworkman@slackbuilds.org>2012-09-17 23:34:45 -0500
commit48c35b3c6d20e4fc939ef6a63e1d600929bc3474 (patch)
tree0f8683d9bc802610574a9d311005325afa471cf0 /desktop/awn-extras/libnotify-0.7.patch
parent743af3d73d4c56db08681ac241da08fed7aa8710 (diff)
downloadslackbuilds-48c35b3c6d20e4fc939ef6a63e1d600929bc3474.tar.gz
slackbuilds-48c35b3c6d20e4fc939ef6a63e1d600929bc3474.tar.xz
desktop/awn-extras: Patched for libnotify-0.7 and glib-2.32
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);