updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / lnotify / lnotify.patch
blob7c29006c06961504eb47f83dd102d37d245b6f5a
1 --- notify_orig.c 2011-03-17 21:45:19.471540111 -0300
2 +++ notify.c 2011-03-17 21:45:34.310354600 -0300
3 @@ -94,7 +94,7 @@
4 if(notification == (NotifyNotification*)0)
6 /*notify_notification_close(notification, NULL);*/
7 - notification = notify_notification_new(summary, body, icon, NULL);
8 + notification = notify_notification_new(summary, body, icon);
9 notify_notification_set_urgency(notification, level);
10 /*printf("NEW\n");*/