GNOME Bugzilla – Bug 615557
Remove deprecated GTK+ symbols
Last modified: 2010-06-23 07:06:49 UTC
Accroding to http://people.gnome.org/~fpeters/reports/299.html deskbar-applet uses the deprecated functions GTK_WIDGET_STATE and GTK_WIDGET_TOPLEVEL.
deskbar-applet? It has its own bugzilla product :-)
copy&paste error. this is indeed about gnome-panel.
Created attachment 164292 [details] [review] Add gtk_accessible_set_widget() https://bugzilla.gnome.org/show_bug.cgi?id=622371
Comment on attachment 164292 [details] [review] Add gtk_accessible_set_widget() Oops, wrong bug :-)
Should be okay now.
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.