summaryrefslogtreecommitdiff
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
parent931065204c8a137e8fde947e4a7b20d89b846488 (diff)
downloadlibnotify-257aaf99d33bba6a752d6bf99f3e5519d4e6c09e.tar.gz
Running out of disk space is a critical notification. Set the urgency level in test-multi-actions.
-rw-r--r--ChangeLog6
-rw-r--r--tests/test-multi-actions.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f5c7a0..2e9154a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
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,