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 572087 - Remove deprecated GTK+ symbols
Remove deprecated GTK+ symbols
Status: RESOLVED FIXED
Product: sound-juicer
Classification: Applications
Component: general
unspecified
Other Linux
: Normal trivial
: ---
Assigned To: Sound Juicer Maintainers
Sound Juicer Maintainers
Depends on:
Blocks: 585692
 
 
Reported: 2009-02-16 23:26 UTC by André Klapper
Modified: 2009-06-13 23:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2009-02-16 23:26:55 UTC
See http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/GTK%2B .
After fixing this, it could be helpful to always compile by using
make CFLAGS+="-DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
-DGTK_DISABLE_DEPRECATED"
in order to avoid breaking this again by accident.


./src/egg-play-preview.c:
	gtk_box_pack_start_defaults (GTK_BOX (vbox), priv->title_label);
./src/egg-play-preview.c:
	gtk_box_pack_start_defaults (GTK_BOX (vbox), priv->artist_album_label);


http://library.gnome.org/devel/gtk/stable/GtkBox.html#gtk-box-pack-start-defaults
Comment 1 André Klapper 2009-02-16 23:43:04 UTC
Note that this requires gtk >= 2.14.
Comment 2 Ross Burton 2009-02-17 10:43:58 UTC
Fixed.