Add a never expires test case
This commit is contained in:
parent
1f85092c96
commit
eed6a066cf
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue