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 + + * 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 * 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,