forked from AuroraMiddleware/gtk
Bug #564555. #undef GTK_DISABLE_DEPRECATED where we need to access
2008-12-15 Li Yuan <li.yuan@sun.com> * gailitem.c: Bug #564555. #undef GTK_DISABLE_DEPRECATED where we need to access deprecated symbols. svn path=/trunk/; revision=21904
This commit is contained in:
parent
083967b3b8
commit
95b5ec01f7
@ -1,3 +1,9 @@
|
||||
2008-12-15 Li Yuan <li.yuan@sun.com>
|
||||
|
||||
* gailitem.c:
|
||||
Bug #564555. #undef GTK_DISABLE_DEPRECATED where we need to access
|
||||
deprecated symbols.
|
||||
|
||||
2008-12-12 Li Yuan <li.yuan@sun.com>
|
||||
|
||||
* gailtreeview.c: Bug #512743.
|
||||
|
@ -20,6 +20,9 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "gailitem.h"
|
||||
#include <libgail-util/gailmisc.h>
|
||||
|
Loading…
Reference in New Issue
Block a user