summaryrefslogtreecommitdiff
path: root/tests/test-multi-actions.c
diff options
context:
space:
mode:
authorChristian Hammond <chipx86@chipx86.com>2006-02-04 20:41:26 +0000
committerChristian Hammond <chipx86@chipx86.com>2006-02-04 20:41:26 +0000
commit257aaf99d33bba6a752d6bf99f3e5519d4e6c09e (patch)
tree93b6b68661fcb8c2fed69c63c714f92e800c3c11 /tests/test-multi-actions.c
parent931065204c8a137e8fde947e4a7b20d89b846488 (diff)
downloadlibnotify-257aaf99d33bba6a752d6bf99f3e5519d4e6c09e.tar.gz
Running out of disk space is a critical notification. Set the urgency level in test-multi-actions.
Diffstat (limited to 'tests/test-multi-actions.c')
-rw-r--r--tests/test-multi-actions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-multi-actions.c b/tests/test-multi-actions.c
index c611767..42d8068 100644
--- a/tests/test-multi-actions.c
+++ b/tests/test-multi-actions.c
@@ -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,