From f482d2ef94a65452887f9ffae7a73109dc11cbab Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Thu, 15 Feb 2007 09:59:13 +0000 Subject: [PATCH] Use a more common (I hope) icontheme icon for the test. --- ChangeLog | 5 +++++ tests/test-image.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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)) {