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 575128 - Remove deprecated GTK+ symbols
Remove deprecated GTK+ symbols
Status: RESOLVED FIXED
Product: gtranslator
Classification: Other
Component: general
HEAD
Other Linux
: Normal normal
: 2.0
Assigned To: gtranslator-maint
gtranslator-maint
Depends on:
Blocks: 585692
 
 
Reported: 2009-03-12 19:11 UTC by André Klapper
Modified: 2009-06-13 23:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Replace deprecated gtk_box_pack_start_defaults (562 bytes, patch)
2009-04-07 09:35 UTC, Thomas Andersen
committed Details | Review

Description André Klapper 2009-03-12 19:11:12 UTC
See http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/GTK%2B

Potential patch contributors:
See http://library.gnome.org for API documentation.
Also note that a version bump in configure.ac/.in might be required.

Deprecated GTK+ symbols to be replaced:
gtk_box_pack_start_defaults, gtk_menu_append, gtk_rc_style_unref, gtk_widget_get_action
Comment 1 Pablo Sanxiao 2009-03-28 13:33:04 UTC
This have been fixed in development version.
Comment 2 Thomas Andersen 2009-04-07 09:35:27 UTC
Created attachment 132250 [details] [review]
Replace deprecated gtk_box_pack_start_defaults

Missed a single gtk_box_pack_start_defaults
Comment 3 Pablo Sanxiao 2009-04-10 15:30:12 UTC
Patch applied in trunk version. Thanks!!