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 555149 - fix GTK single includes
fix GTK single includes
Status: RESOLVED FIXED
Product: libglade
Classification: Deprecated
Component: general
CVS HEAD
Other All
: Normal trivial
: ---
Assigned To: James Henstridge
James Henstridge
Depends on:
Blocks: 563413
 
 
Reported: 2008-10-05 20:57 UTC by Felix Riemann
Modified: 2008-10-06 10:18 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
fix single includes (1.23 KB, patch)
2008-10-05 20:59 UTC, Felix Riemann
committed Details | Review

Description Felix Riemann 2008-10-05 20:57:03 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
Comment 1 Felix Riemann 2008-10-05 20:59:11 UTC
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.
Comment 2 Felix Riemann 2008-10-06 10:18:27 UTC
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.