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 615557 - Remove deprecated GTK+ symbols
Remove deprecated GTK+ symbols
Status: VERIFIED FIXED
Product: gnome-panel
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks: 585692
 
 
Reported: 2010-04-12 17:42 UTC by André Klapper
Modified: 2010-06-23 07:06 UTC
See Also:
GNOME target: 3.0
GNOME version: 2.29/2.30


Attachments
Add gtk_accessible_set_widget() (1.74 KB, patch)
2010-06-22 10:29 UTC, Vincent Untz
rejected Details | Review

Description André Klapper 2010-04-12 17:42:14 UTC
Accroding to http://people.gnome.org/~fpeters/reports/299.html deskbar-applet uses the deprecated functions GTK_WIDGET_STATE and GTK_WIDGET_TOPLEVEL.
Comment 1 Vincent Untz 2010-06-22 10:04:07 UTC
deskbar-applet? It has its own bugzilla product :-)
Comment 2 André Klapper 2010-06-22 10:22:41 UTC
copy&paste error. this is indeed about gnome-panel.
Comment 3 Vincent Untz 2010-06-22 10:29:55 UTC
Created attachment 164292 [details] [review]
Add gtk_accessible_set_widget()

https://bugzilla.gnome.org/show_bug.cgi?id=622371
Comment 4 Vincent Untz 2010-06-22 10:30:35 UTC
Comment on attachment 164292 [details] [review]
Add gtk_accessible_set_widget()

Oops, wrong bug :-)
Comment 5 Vincent Untz 2010-06-22 23:46:42 UTC
Should be okay now.
Comment 6 André Klapper 2010-06-23 07:06:49 UTC
Verified on git master.

You might want to add "-DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" to configure.in to avoid future breakage.