summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-10-15 00:13:14 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-10-15 00:13:14 -0400
commitcff2c03c51d2b8f15b64470383600f4129b9de6b (patch)
tree1a57efa7c6b1aa76a06b37a07e95486bdaf786a2
parent0c34eb565e75dffebb9963638fb9983d277234ae (diff)
downloadlibnotify-cff2c03c51d2b8f15b64470383600f4129b9de6b.tar.gz
use the non-deprecated api in the test
-rw-r--r--tests/test-image.c2
1 files changed, 1 insertions, 1 deletions
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)) {