diff options
author | Tor Lillqvist <tml@novell.com> | 2008-12-21 12:24:49 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-12-21 12:24:49 +0000 |
commit | a96dd0ead18faf3eadcb338e6ee60724bfecd6a2 (patch) | |
tree | 31390af7fc9e68bcc220ef1fa3416954edc1695c /modules/other | |
parent | 74047044315c7d8840c61b27890f37c3f639dc3a (diff) | |
download | gtk+-a96dd0ead18faf3eadcb338e6ee60724bfecd6a2.tar.gz |
#undef GTK_DISABLE_DEPRECATED here, too get GTK_IS_COMBO.
2008-12-21 Tor Lillqvist <tml@novell.com>
* gaillabel.c: #undef GTK_DISABLE_DEPRECATED here, too get
GTK_IS_COMBO.
svn path=/trunk/; revision=21920
Diffstat (limited to 'modules/other')
-rw-r--r-- | modules/other/gail/ChangeLog | 5 | ||||
-rw-r--r-- | modules/other/gail/gaillabel.c | 3 |
2 files changed, 8 insertions, 0 deletions
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 <tml@novell.com> + + * gaillabel.c: #undef GTK_DISABLE_DEPRECATED here, too get + GTK_IS_COMBO. + 2008-12-15 Li Yuan <li.yuan@sun.com> * 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 <string.h> + +#undef GTK_DISABLE_DEPRECATED + #include <gtk/gtk.h> #include "gaillabel.h" #include "gailwindow.h" |