]> git.pld-linux.org Git - packages/bluez-gnome.git/commitdiff
- fix build with libnotify 0.7
authorlisu <lisu@pld-linux.org>
Wed, 6 Apr 2011 15:09:47 +0000 (15:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez-gnome-libnotify.patch -> 1.1

bluez-gnome-libnotify.patch [new file with mode: 0644]

diff --git a/bluez-gnome-libnotify.patch b/bluez-gnome-libnotify.patch
new file mode 100644 (file)
index 0000000..46067c4
--- /dev/null
@@ -0,0 +1,15 @@
+--- bluez-gnome-1.8/applet/notify.c~   2008-09-29 14:08:50.000000000 +0200
++++ bluez-gnome-1.8/applet/notify.c    2011-04-06 17:04:30.407130903 +0200
+@@ -53,7 +53,11 @@
+               notify_notification_close(notify, NULL);
+       }
+-      notify = notify_notification_new(summary, message, "bluetooth", NULL);
++      notify = notify_notification_new(summary, message, "bluetooth"
++#if !defined(NOTIFY_VERSION_MINOR) || (NOTIFY_VERSION_MAJOR == 0 && NOTIFY_VERSION_MINOR < 7)
++              , NULL
++#endif
++              );
+       notify_notification_set_timeout(notify, timeout);
This page took 0.088734 seconds and 4 git commands to generate.