From cff2c03c51d2b8f15b64470383600f4129b9de6b Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Fri, 15 Oct 2010 00:13:14 -0400 Subject: [PATCH] use the non-deprecated api in the test --- tests/test-image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {