Running out of disk space is a critical notification. Set the urgency level in test-multi-actions.

This commit is contained in:
Christian Hammond 2006-02-04 20:41:26 +00:00
parent 931065204c
commit 257aaf99d3
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Sat Feb 04 12:41:03 PST 2006 Christian Hammond <chipx86@chipx86.com>
* tests/test-multi-actions.c:
- Running out of disk space is a critical notification. Set the
urgency level in test-multi-actions.
Sat Feb 04 02:04:13 PST 2006 Christian Hammond <chipx86@chipx86.com>
* tests/test-urgency.c:

View File

@ -92,6 +92,7 @@ main(int argc, char **argv)
"You can free up some disk space by "
"emptying the trash can.",
NULL, NULL);
notify_notification_set_urgency(n, NOTIFY_URGENCY_CRITICAL);
notify_notification_set_timeout(n, NOTIFY_EXPIRES_DEFAULT);
notify_notification_add_action(n, "help", "Help",
(NotifyActionCallback)help_callback,