mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
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:
parent
7dcd42eda5
commit
570668f4cc
@ -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
|
||||
|
@ -30,6 +30,7 @@
|
||||
#define __GTK_SIGNAL_H__
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <gtk/gtkmarshal.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user