From a96dd0ead18faf3eadcb338e6ee60724bfecd6a2 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 21 Dec 2008 12:24:49 +0000 Subject: [PATCH] #undef GTK_DISABLE_DEPRECATED here, too get GTK_IS_COMBO. 2008-12-21 Tor Lillqvist * gaillabel.c: #undef GTK_DISABLE_DEPRECATED here, too get GTK_IS_COMBO. svn path=/trunk/; revision=21920 --- modules/other/gail/ChangeLog | 5 +++++ modules/other/gail/gaillabel.c | 3 +++ 2 files changed, 8 insertions(+) diff --git a/modules/other/gail/ChangeLog b/modules/other/gail/ChangeLog index 424d371b67..aa2c808077 100644 --- a/modules/other/gail/ChangeLog +++ b/modules/other/gail/ChangeLog @@ -1,3 +1,8 @@ +2008-12-21 Tor Lillqvist + + * gaillabel.c: #undef GTK_DISABLE_DEPRECATED here, too get + GTK_IS_COMBO. + 2008-12-15 Li Yuan * gailitem.c: diff --git a/modules/other/gail/gaillabel.c b/modules/other/gail/gaillabel.c index 8a3d717e7a..7f217e02de 100644 --- a/modules/other/gail/gaillabel.c +++ b/modules/other/gail/gaillabel.c @@ -20,6 +20,9 @@ #include "config.h" #include + +#undef GTK_DISABLE_DEPRECATED + #include #include "gaillabel.h" #include "gailwindow.h"