]> git.pld-linux.org Git - packages/bluez-gnome.git/blob - bluez-gnome-libnotify.patch
- rel 5
[packages/bluez-gnome.git] / bluez-gnome-libnotify.patch
1 --- bluez-gnome-1.8/applet/notify.c~    2008-09-29 14:08:50.000000000 +0200
2 +++ bluez-gnome-1.8/applet/notify.c     2011-04-06 17:04:30.407130903 +0200
3 @@ -53,7 +53,11 @@
4                 notify_notification_close(notify, NULL);
5         }
6  
7 -       notify = notify_notification_new(summary, message, "bluetooth", NULL);
8 +       notify = notify_notification_new(summary, message, "bluetooth"
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(notify, timeout);
15  
This page took 0.099286 seconds and 3 git commands to generate.