diff --git a/tests/test-image.c b/tests/test-image.c index b62364a..1c98173 100644 --- a/tests/test-image.c +++ b/tests/test-image.c @@ -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)) {