GNOME Bugzilla – Bug 570952
don't use deprecated gdk_pixbuf_unref
Last modified: 2009-02-24 21:56:10 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 with -DGDK_PIXBUF_DISABLE_DEPRECATED
Created attachment 128224 [details] [review] replace gdk_pixbuf_unref with g_object_unref
Looks good and trivial enough to be committed.
Thanks. Commited as r4299: http://svn.gnome.org/viewvc/gnome-system-tools?view=revision&revision=4299