GNOME Bugzilla – Bug 555149
fix GTK single includes
Last modified: 2008-10-06 10:18:27 UTC
As seen in the GNOME 2.24 release notes [1] apps and libraries using GLib/GTK+ should only include the "main" include files not the includes of the single components. [1] http://library.gnome.org/misc/release-notes/2.24/#rndevelopers.threepointoh
Created attachment 119984 [details] [review] fix single includes This fixes the GTK includes and makes it possible to use libglade together with -DGTK_DISABLE_SINGLE_INCLUDES. GLib seems to be okay already in libglade.
It's in. :-) 2008-10-06 Felix Riemann <> * glade/glade-build.h: * glade/glade-xml.c: * glade/glade-xml.h: Fix GTK+ single includes. Fixes bug #555149.