GNOME Bugzilla – Bug 571869
GNOME Goal: Remove deprecated GTK+ symbols
Last modified: 2009-03-08 22:05:32 UTC
http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/GTK%2B ./src/zenity.glade:278: <widget class="GtkFileSelection" id="zenity_fileselection_dialog">
Seems to be a left-over from pre-GtkFileChooser days. There is nothing left in zenity's code referencing this glade-dialog.
Created attachment 128918 [details] [review] remove deprecated/obsoleted dialog definition
These are just deprecations for gtk 2.14. There are more deprecations for gtk 2.15, hence zenity must also get rid of gtk_status_icon_set_tooltip .
Created attachment 129011 [details] [review] replace deprecated gtk calls Compiles with -DGTK_DISABLE_DEPRECATED now.
Lucas: Reviewing these two patches will take one minute and cleans up my stats. Promise, man. :-D
Commited, thanks!