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 578304 - Remove deprecated GTK+ symbols
Remove deprecated GTK+ symbols
Status: RESOLVED FIXED
Product: brasero
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: 2.26
Assigned To: Brasero maintainer(s)
Brasero maintainer(s)
Depends on:
Blocks: 585692
 
 
Reported: 2009-04-07 22:05 UTC by Thomas Andersen
Modified: 2009-06-13 23:10 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28


Attachments
Replace deprecated gtk symbols (1.22 KB, patch)
2009-04-07 22:08 UTC, Thomas Andersen
committed Details | Review

Description Thomas Andersen 2009-04-07 22:05:19 UTC
Brasero currently uses two deprecated gtk symbols:
- gtk_status_icon_set_tooltip
- gtk_widget_get_action

Both were deprecated in gtk 2.16
Comment 1 Thomas Andersen 2009-04-07 22:08:46 UTC
Created attachment 132299 [details] [review]
Replace deprecated gtk symbols

Patch replaces the two deprecated symbols. The new symbols require gtk 2.16 so the patch bumps the gtk requirement in configure.in too.
Comment 2 Philippe Rouquier 2009-04-08 09:17:11 UTC
Thanks a lot for the heads up and the patch.
As soon as my (and Luis') system will have gtk+ 2.16, your patch will be committed to trunk.
Comment 3 Luis Medinas 2009-04-08 18:01:29 UTC
Thomas, i don't have ssh access on my laptop right now (not in home) please commit to svn trunk. It should be safe to use on 2.28.

Thanks a lot for the patch.
Comment 4 Thomas Andersen 2009-04-08 20:57:53 UTC
Thanks.

Committed to trunk:
http://svn.gnome.org/viewvc/brasero?view=revision&revision=2221