GNOME Bugzilla – Bug 570740
don't use deprecated gdk_pixbuf_unref
Last modified: 2009-02-17 00:21:39 UTC
gdk_pixbuf_unref is deprecated. Patch instead uses g_object_unref as described: http://library.gnome.org/devel/gdk-pixbuf/stable/gdk-pixbuf-refcounting.html#gdk-pixbuf-unref Fixes build warnings with -DGDK_PIXBUF_DISABLE_DEPRECATED
Created attachment 128066 [details] [review] use g_object_unref rather than gdk_pixbuf_unref
Patch applied, thanks.