Use a more common (I hope) icontheme icon for the test.

This commit is contained in:
Christian Hammond 2007-02-15 09:59:13 +00:00
parent c0c861e473
commit f482d2ef94
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Thu Feb 15 01:58:52 PST 2007 Christian Hammond <chipx86@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@chipx86.com> Thu Feb 15 00:52:56 PST 2007 Christian Hammond <chipx86@chipx86.com>
* libnotify/notification.c: * libnotify/notification.c:

View File

@ -58,7 +58,7 @@ main(int argc, char *argv[])
/* Stock icon */ /* Stock icon */
n = notify_notification_new("Icon Test", "Testing stock icon", n = notify_notification_new("Icon Test", "Testing stock icon",
"stock_samples", NULL); "appointment-new", NULL);
if (!notify_notification_show(n, NULL)) if (!notify_notification_show(n, NULL))
{ {