Add a never expires test case

This commit is contained in:
William Jon McCann 2010-06-23 23:15:45 -04:00
parent 1f85092c96
commit eed6a066cf
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ main ()
NULL,
NULL,
NULL);
notify_notification_set_timeout (n, 3000); //3 seconds
notify_notification_set_timeout (n, NOTIFY_EXPIRES_NEVER);
if (!notify_notification_show (n, NULL)) {
fprintf (stderr, "failed to send notification\n");