Running out of disk space is a critical notification. Set the urgency level in test-multi-actions.
This commit is contained in:
parent
931065204c
commit
257aaf99d3
|
@ -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>
|
Sat Feb 04 02:04:13 PST 2006 Christian Hammond <chipx86@chipx86.com>
|
||||||
|
|
||||||
* tests/test-urgency.c:
|
* tests/test-urgency.c:
|
||||||
|
|
|
@ -92,6 +92,7 @@ main(int argc, char **argv)
|
||||||
"You can free up some disk space by "
|
"You can free up some disk space by "
|
||||||
"emptying the trash can.",
|
"emptying the trash can.",
|
||||||
NULL, NULL);
|
NULL, NULL);
|
||||||
|
notify_notification_set_urgency(n, NOTIFY_URGENCY_CRITICAL);
|
||||||
notify_notification_set_timeout(n, NOTIFY_EXPIRES_DEFAULT);
|
notify_notification_set_timeout(n, NOTIFY_EXPIRES_DEFAULT);
|
||||||
notify_notification_add_action(n, "help", "Help",
|
notify_notification_add_action(n, "help", "Help",
|
||||||
(NotifyActionCallback)help_callback,
|
(NotifyActionCallback)help_callback,
|
||||||
|
|
Loading…
Reference in New Issue