[libnotify] use the non-deprecated api in the test



commit cff2c03c51d2b8f15b64470383600f4129b9de6b
Author: William Jon McCann <jmccann redhat com>
Date:   Fri Oct 15 00:13:14 2010 -0400

    use the non-deprecated api in the test

 tests/test-image.c |    2 +-
 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)) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]