summaryrefslogtreecommitdiffstats
path: root/libraries/compiz-plugins-extra/libnotify.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/compiz-plugins-extra/libnotify.patch')
-rw-r--r--libraries/compiz-plugins-extra/libnotify.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/compiz-plugins-extra/libnotify.patch b/libraries/compiz-plugins-extra/libnotify.patch
new file mode 100644
index 0000000000..39bc56bb80
--- /dev/null
+++ b/libraries/compiz-plugins-extra/libnotify.patch
@@ -0,0 +1,14 @@
+Index: compiz-plugins-extra-0.8.8/src/notification/notification.c
+===================================================================
+--- compiz-plugins-extra-0.8.8.orig/src/notification/notification.c
++++ compiz-plugins-extra-0.8.8/src/notification/notification.c
+@@ -104,9 +104,6 @@ notifyLogMessage (const char *componen
+ n = notify_notification_new (logLevel,
+ message,
+ iconUri
+-#if !defined (HAVE_LIBNOTIFY_0_6_1)
+- , NULL
+-#endif
+ );
+
+ notify_notification_set_timeout (n, nd->timeout);