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 563566 - GNOME Goal: Clean up GLib and GTK+ includes
GNOME Goal: Clean up GLib and GTK+ includes
Status: RESOLVED FIXED
Product: libgnomecanvas
Classification: Deprecated
Component: core
CVS HEAD
Other Linux
: Normal normal
: ---
Assigned To: libgnomecanvas maintainers
libgnomecanvas maintainers
Depends on:
Blocks: 563413
 
 
Reported: 2008-12-07 15:31 UTC by Przemysław Grzegorczyk
Modified: 2008-12-07 19:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use only gtk.h (406 bytes, patch)
2008-12-07 15:32 UTC, Przemysław Grzegorczyk
committed Details | Review

Description Przemysław Grzegorczyk 2008-12-07 15:31:13 UTC
http://live.gnome.org/GnomeGoals/CleanupGTKIncludes
Comment 1 Przemysław Grzegorczyk 2008-12-07 15:32:46 UTC
Created attachment 124100 [details] [review]
use only gtk.h

dash-demo.c should use only gtk.h
Comment 2 Luis Menina 2008-12-07 15:36:37 UTC
looks good, please commit.
Comment 3 Przemysław Grzegorczyk 2008-12-07 15:39:54 UTC
I don't have rights to commit.
Comment 4 Luis Menina 2008-12-07 15:42:51 UTC
Neither do I :-)
We'll have to wait until the maintainer sees it...
Comment 5 Cosimo Cecchi 2008-12-07 19:15:22 UTC
Thanks, committed to trunk along with the removal of a deprecated header also in test-libglade-canvas.c.

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

	* demos/dash-demo.c:
	* tests/test-libglade-canvas.c:
	Use single GTK+ includes also for tests and demos.
	Thanks to Przemysław Grzegorczyk (#563566).