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 571869 - GNOME Goal: Remove deprecated GTK+ symbols
GNOME Goal: Remove deprecated GTK+ symbols
Status: RESOLVED FIXED
Product: zenity
Classification: Core
Component: general
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: Zenity Maintainers
Zenity Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-15 19:44 UTC by André Klapper
Modified: 2009-03-08 22:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove deprecated/obsoleted dialog definition (2.19 KB, patch)
2009-02-17 19:10 UTC, Felix Riemann
committed Details | Review
replace deprecated gtk calls (1.47 KB, patch)
2009-02-18 19:17 UTC, Felix Riemann
committed Details | Review

Description André Klapper 2009-02-15 19:44:22 UTC
http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/GTK%2B

./src/zenity.glade:278:
<widget class="GtkFileSelection" id="zenity_fileselection_dialog">
Comment 1 Felix Riemann 2009-02-17 19:09:05 UTC
Seems to be a left-over from pre-GtkFileChooser days. There is nothing left in zenity's code referencing this glade-dialog.
Comment 2 Felix Riemann 2009-02-17 19:10:04 UTC
Created attachment 128918 [details] [review]
remove deprecated/obsoleted dialog definition
Comment 3 André Klapper 2009-02-18 11:28:53 UTC
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 .
Comment 4 Felix Riemann 2009-02-18 19:17:54 UTC
Created attachment 129011 [details] [review]
replace deprecated gtk calls

Compiles with -DGTK_DISABLE_DEPRECATED now.
Comment 5 André Klapper 2009-02-25 17:39:33 UTC
Lucas: Reviewing these two patches will take one minute and cleans up my stats. Promise, man. :-D
Comment 6 Lucas Rocha 2009-03-08 22:05:32 UTC
Commited, thanks!