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:
Li Yuan 2008-12-15 04:48:52 +00:00 committed by Li Yuan
parent 083967b3b8
commit 95b5ec01f7
2 changed files with 9 additions and 0 deletions

View File

@ -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.

View File

@ -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>