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"