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 563572 - GNOME Goal: Clean up GLib and GTK+ includes
GNOME Goal: Clean up GLib and GTK+ includes
Status: RESOLVED FIXED
Product: libgnome
Classification: Deprecated
Component: general
HEAD
Other Linux
: Normal trivial
: ---
Assigned To: libgnome maintainer
libgnome maintainer
Depends on:
Blocks: 563413
 
 
Reported: 2008-12-07 16:07 UTC by Luis Menina
Modified: 2008-12-07 19:26 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
simple patch (327 bytes, patch)
2008-12-07 16:10 UTC, Luis Menina
accepted-commit_now Details | Review

Description Luis Menina 2008-12-07 16:07:42 UTC
Correct applications or libraries that don't include
*only* toplevel headers for GLib, GTK, GDK and gdk-pixbuf. This will be useful
to prepare GTK 3.0 migration.

See also http://live.gnome.org/GnomeGoals/CleanupGTKIncludes
Comment 1 Luis Menina 2008-12-07 16:10:19 UTC
Created attachment 124107 [details] [review]
simple patch
Comment 2 Cosimo Cecchi 2008-12-07 19:26:00 UTC
Thanks, fixed in trunk.

2008-12-07  Cosimo Cecchi  <cosimoc@gnome.org>

	* libgnome/gnome-init.c:
	Only include <glib.h>. Patch by Luis Menina (#563572).