Use a more common (I hope) icontheme icon for the test.
This commit is contained in:
parent
c0c861e473
commit
f482d2ef94
|
@ -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:
|
||||||
|
|
|
@ -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))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue