put back #include <gtk/gtkmarshal.h>, it's not in <gtk/gtk.h>. Fixes stuff

2008-06-02  Michael Natterer  <mitch@imendio.com>

	* gtk/gtksignal.h: put back #include <gtk/gtkmarshal.h>, it's not
	in <gtk/gtk.h>. Fixes stuff that uses deprecated cruft.
	(bug #536126).


svn path=/trunk/; revision=20269
This commit is contained in:
Michael Natterer 2008-06-02 15:07:35 +00:00 committed by Michael Natterer
parent 7dcd42eda5
commit 570668f4cc
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-06-02 Michael Natterer <mitch@imendio.com>
* gtk/gtksignal.h: put back #include <gtk/gtkmarshal.h>, it's not
in <gtk/gtk.h>. Fixes stuff that uses deprecated cruft.
(bug #536126).
2008-05-31 Emmanuele Bassi <ebassi@gnome.org>
Bug 535830 wrong content type adding an item

View File

@ -30,6 +30,7 @@
#define __GTK_SIGNAL_H__
#include <gtk/gtk.h>
#include <gtk/gtkmarshal.h>
G_BEGIN_DECLS