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

galago-commits at freedesktop.org galago-commits at freedesktop.org
Thu Feb 15 01:59:14 PST 2007


Author: chipx86
Date: 2007-02-15 01:59:13 -0800 (Thu, 15 Feb 2007)
New Revision: 2965

Modified:
   trunk/libnotify/ChangeLog
   trunk/libnotify/tests/test-image.c
Log:
Use a more common (I hope) icontheme icon for the test.


Modified: trunk/libnotify/ChangeLog
===================================================================
--- trunk/libnotify/ChangeLog	2007-02-15 08:54:39 UTC (rev 2964)
+++ trunk/libnotify/ChangeLog	2007-02-15 09:59:13 UTC (rev 2965)
@@ -1,3 +1,8 @@
+Thu Feb 15 01:58:52 PST 2007  Christian Hammond <chipx86 at chipx86.com>
+
+	* tests/test-image.c:
+	  - Use a more common (I hope) icontheme icon for the test.
+
 Thu Feb 15 00:52:56 PST 2007  Christian Hammond <chipx86 at chipx86.com>
 
 	* libnotify/notification.c:

Modified: trunk/libnotify/tests/test-image.c
===================================================================
--- trunk/libnotify/tests/test-image.c	2007-02-15 08:54:39 UTC (rev 2964)
+++ trunk/libnotify/tests/test-image.c	2007-02-15 09:59:13 UTC (rev 2965)
@@ -58,7 +58,7 @@
 
 	/* Stock icon */
 	n = notify_notification_new("Icon Test", "Testing stock icon",
-								"stock_samples", NULL);
+								"appointment-new", NULL);
 
 	if (!notify_notification_show(n, NULL))
 	{



More information about the galago-commits mailing list