forked from AuroraMiddleware/gtk
#undef GTK_DISABLE_DEPRECATED, clean up includes a bit.
2008-06-17 Michael Natterer <mitch@imendio.com> * gtk/gtktestutils.c: #undef GTK_DISABLE_DEPRECATED, clean up includes a bit. * gtk/gtkuimanager.c: #include "gtkwindow.h", it was only pulled in via deprecated headers. svn path=/trunk/; revision=20416
This commit is contained in:
parent
6f368a5427
commit
86f27564bd
@ -1,3 +1,11 @@
|
||||
2008-06-17 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtktestutils.c: #undef GTK_DISABLE_DEPRECATED, clean up
|
||||
includes a bit.
|
||||
|
||||
* gtk/gtkuimanager.c: #include "gtkwindow.h", it was only pulled
|
||||
in via deprecated headers.
|
||||
|
||||
2008-06-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 508751 – gnome-terminal crashed with SIGSEGV after keypress
|
||||
|
@ -20,8 +20,10 @@
|
||||
|
||||
/* need to get the prototypes of all get_type functions */
|
||||
#define GTK_ENABLE_BROKEN
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "gtktestutils.h"
|
||||
#include <gtk/gtk.h>
|
||||
#include "gtkalias.h"
|
||||
|
||||
|
@ -43,6 +43,7 @@
|
||||
#include "gtktearoffmenuitem.h"
|
||||
#include "gtktoolbar.h"
|
||||
#include "gtkuimanager.h"
|
||||
#include "gtkwindow.h"
|
||||
#include "gtkprivate.h"
|
||||
#include "gtkalias.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user