1 --- notify_orig.c 2011-03-17 21:45:19.471540111 -0300
2 +++ notify.c 2011-03-17 21:45:34.310354600 -0300
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);