
Untitled
By: a guest on
Mar 22nd, 2011 | syntax:
None | size: 0.57 KB | hits: 181 | expires: Never
--- src/archup.c 2011-03-18 14:08:02.306459380 -0300
+++ src/archup.c 2011-03-18 14:08:41.794459380 -0300
@@ -198,7 +198,7 @@
output_string[strlen(output_string)-1] = '\0';
}
/* Constructs the notification. */
- my_notify = notify_notification_new("New updates for Archlinux available!",output_string,NULL,NULL);
+ my_notify = notify_notification_new("New updates for Archlinux available!",output_string,NULL);
/* Sets the timeout until the notification disappears. */
notify_notification_set_timeout(my_notify,timeout);
/* We set the category.*/