After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 570952 - don't use deprecated gdk_pixbuf_unref
don't use deprecated gdk_pixbuf_unref
Status: RESOLVED FIXED
Product: gnome-system-tools
Classification: Deprecated
Component: general
CVS latest
Other Linux
: Normal trivial
: ---
Assigned To: Carlos Garnacho
Carlos Garnacho
Depends on:
Blocks: 572355
 
 
Reported: 2009-02-08 12:56 UTC by Thomas Andersen
Modified: 2009-02-24 21:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
replace gdk_pixbuf_unref with g_object_unref (1.82 KB, patch)
2009-02-08 12:57 UTC, Thomas Andersen
committed Details | Review

Description Thomas Andersen 2009-02-08 12:56:47 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
Comment 1 Thomas Andersen 2009-02-08 12:57:22 UTC
Created attachment 128224 [details] [review]
replace gdk_pixbuf_unref with g_object_unref
Comment 2 Cosimo Cecchi 2009-02-24 21:31:42 UTC
Looks good and trivial enough to be committed.
Comment 3 Thomas Andersen 2009-02-24 21:56:10 UTC
Thanks. Commited as r4299:
http://svn.gnome.org/viewvc/gnome-system-tools?view=revision&revision=4299