[Galago-commits] r2542 - in trunk/libnotify: . tests

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sat Feb 4 12:41:29 PST 2006


Author: chipx86
Date: 2006-02-04 12:41:26 -0800 (Sat, 04 Feb 2006)
New Revision: 2542

Modified:
   trunk/libnotify/ChangeLog
   trunk/libnotify/tests/test-multi-actions.c
Log:
Running out of disk space is a critical notification. Set the urgency level in test-multi-actions.


Modified: trunk/libnotify/ChangeLog
===================================================================
--- trunk/libnotify/ChangeLog	2006-02-04 20:39:21 UTC (rev 2541)
+++ trunk/libnotify/ChangeLog	2006-02-04 20:41:26 UTC (rev 2542)
@@ -1,3 +1,9 @@
+Sat Feb 04 12:41:03 PST 2006  Christian Hammond <chipx86 at 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 at chipx86.com>
 
 	* tests/test-urgency.c:

Modified: trunk/libnotify/tests/test-multi-actions.c
===================================================================
--- trunk/libnotify/tests/test-multi-actions.c	2006-02-04 20:39:21 UTC (rev 2541)
+++ trunk/libnotify/tests/test-multi-actions.c	2006-02-04 20:41:26 UTC (rev 2542)
@@ -92,6 +92,7 @@
 								"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,



More information about the galago-commits mailing list