GNOME Bugzilla – Bug 575019
Remove deprecated GTK+ symbols in libeog and libfspot
Last modified: 2009-06-13 23:19:06 UTC
http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/GTK%2B GTK3 (March 2010) will not ship deprecated symbols anymore. For potential patch contributors, see http://library.gnome.org . Deprecated symbols: gdk_pixbuf_render_to_drawable, gdk_pixbuf_render_to_drawable_alpha, gdk_pixbuf_unref, gtk_object_new, gtk_object_sink
Created attachment 131536 [details] [review] patch removing symbols I have attached a patch replacing the deprecated GTK+ symbols, except for the gdk_pixbuf_render_to_drawable_alpha call in libeog/image-view.c, since it is within a commented-out block which appears removable.
Will review this soonish (ETA: one month). Busy times. Looks good though, only need to test it to see if it works. If there's anyone that can confirm it's good, it can go in for me.
Note that we'll also have to check our C# sources. That should go in another bug though.
tried the patch, everything seems to work fine. pushed it to gitorious, bgo_575019 branch.
Committed: commit d44d2b7f649d6e31f41c4e720be2b8cf2687a07f Author: David Mazary <dmaz@vt.edu> Date: Thu May 28 21:24:42 2009 +0200 bgo #575019 – Remove deprecated GTK+ symbols in libeog and libfspot