use the non-deprecated api in the test

This commit is contained in:
William Jon McCann 2010-10-15 00:13:14 -04:00
parent 0c34eb565e
commit cff2c03c51
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ main (int argc, char *argv[])
return 1;
}
notify_notification_set_icon_from_pixbuf (n, pixbuf);
notify_notification_set_image_from_pixbuf (n, pixbuf);
g_object_unref (pixbuf);
if (!notify_notification_show (n, NULL)) {