]> git.pld-linux.org Git - packages/compiz-fusion-plugins-extra.git/blame - compiz-fusion-plugins-extra-libnotify.patch
- updated gettext BR
[packages/compiz-fusion-plugins-extra.git] / compiz-fusion-plugins-extra-libnotify.patch
CommitLineData
89f99ea0 1--- compiz-plugins-extra-0.8.6/src/notification/notification.c~ 2010-03-29 16:09:18.000000000 +0200
2+++ compiz-plugins-extra-0.8.6/src/notification/notification.c 2011-04-07 10:38:05.312531742 +0200
3@@ -103,7 +103,11 @@
4
5 n = notify_notification_new (logLevel,
6 message,
7- iconUri, NULL);
8+ iconUri
9+#if !defined(NOTIFY_VERSION_MINOR) || (NOTIFY_VERSION_MAJOR == 0 && NOTIFY_VERSION_MINOR < 7)
10+ , NULL
11+#endif
12+ );
13
14 notify_notification_set_timeout (n, nd->timeout);
15
This page took 0.074028 seconds and 4 git commands to generate.