updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / archup-git / libnotify.patch
blobb9c97452ff30752e0d3a8760fde0dc2f0d030db5
1 --- src/archup.c 2011-03-18 14:08:02.306459380 -0300
2 +++ src/archup.c 2011-03-18 14:08:41.794459380 -0300
3 @@ -213,7 +213,7 @@
4 output_string[strlen(output_string)-1] = '\0';
6 /* Constructs the notification. */
7 - my_notify = notify_notification_new("New updates for Archlinux available!",output_string,icon,NULL);
8 + my_notify = notify_notification_new("New updates for Archlinux available!",output_string,icon);
9 /* Sets the timeout until the notification disappears. */
10 notify_notification_set_timeout(my_notify,timeout);
11 /* We set the category.*/