summaryrefslogtreecommitdiff
path: root/modules/other
diff options
context:
space:
mode:
authorLi Yuan <li.yuan@sun.com>2008-12-15 04:48:52 +0000
committerLi Yuan <liyuan@src.gnome.org>2008-12-15 04:48:52 +0000
commit95b5ec01f7c1d6bae34a23213d1347a2a8956d2e (patch)
treeb3b6374bb6913a959251d9c1066a293fe853799f /modules/other
parent083967b3b8890a5ee3a0f8f291a67c51a22d2501 (diff)
downloadgdk-pixbuf-95b5ec01f7c1d6bae34a23213d1347a2a8956d2e.tar.gz
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
Diffstat (limited to 'modules/other')
-rw-r--r--modules/other/gail/ChangeLog6
-rw-r--r--modules/other/gail/gailitem.c3
2 files changed, 9 insertions, 0 deletions
diff --git a/modules/other/gail/ChangeLog b/modules/other/gail/ChangeLog
index 4066062b1..424d371b6 100644
--- a/modules/other/gail/ChangeLog
+++ b/modules/other/gail/ChangeLog
@@ -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.
diff --git a/modules/other/gail/gailitem.c b/modules/other/gail/gailitem.c
index 3aa315f7a..438cc256f 100644
--- a/modules/other/gail/gailitem.c
+++ b/modules/other/gail/gailitem.c
@@ -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>