blob: 39bc56bb801fb9d3bd9822b22205f1d9cf912d6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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);
|