1 diff -Naur gwget-1.0.4.orig/configure.ac gwget-1.0.4/configure.ac
2 --- gwget-1.0.4.orig/configure.ac 2009-10-17 22:26:09.000000000 +0200
3 +++ gwget-1.0.4/configure.ac 2011-03-18 00:24:51.993660191 +0100
8 -LIBNOTIFY_REQUIRED=0.2.2
9 +LIBNOTIFY_REQUIRED=0.7.0
10 AC_ARG_ENABLE(libnotify,
11 AC_HELP_STRING([--disable-libnotify],
12 [Disable libnotify support]),,
13 diff -Naur gwget-1.0.4.orig/src/systray.c gwget-1.0.4/src/systray.c
14 --- gwget-1.0.4.orig/src/systray.c 2009-08-14 19:19:51.000000000 +0200
15 +++ gwget-1.0.4/src/systray.c 2011-03-18 00:24:27.612098913 +0100
17 if (!notify_is_initted ())
18 if (!notify_init ("gwget"))
20 - NotifyNotification *notification = notify_notification_new(primary,secondary,icon_name,NULL);
21 + NotifyNotification *notification = notify_notification_new(primary,secondary,icon_name);
22 notify_notification_show(notification,NULL);