diff --git a/ChangeLog b/ChangeLog index fe60c54..5aa005a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 15 01:58:52 PST 2007 Christian Hammond + + * 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 * libnotify/notification.c: diff --git a/tests/test-image.c b/tests/test-image.c index 3fcb534..6be1825 100644 --- a/tests/test-image.c +++ b/tests/test-image.c @@ -58,7 +58,7 @@ main(int argc, char *argv[]) /* Stock icon */ n = notify_notification_new("Icon Test", "Testing stock icon", - "stock_samples", NULL); + "appointment-new", NULL); if (!notify_notification_show(n, NULL)) {