diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-10-11 22:21:04 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-10-11 22:21:04 +0000 |
commit | 999256120ad0adad100ac80b6bc007bb57b4fe8b (patch) | |
tree | f847a6787cd17355d53728dfaab053b281bb2c57 /tests/prop-editor.c | |
parent | c44e5b00e0cc038b6b9a594ee6c9c9c816c69f0c (diff) | |
download | gtk+-999256120ad0adad100ac80b6bc007bb57b4fe8b.tar.gz |
These files still use option menus, so turn off GTK_DISABLE_DEPRECATED to
Sun Oct 12 00:18:02 2003 Matthias Clasen <maclas@gmx.de>
* tests/testtreeview.c:
* demos/testpixbuf-scale.c:
* tests/prop-editor.c: These files still use option menus,
so turn off GTK_DISABLE_DEPRECATED to fix the build.
Diffstat (limited to 'tests/prop-editor.c')
-rw-r--r-- | tests/prop-editor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/prop-editor.c b/tests/prop-editor.c index 5a8aa3d947..851f700a6b 100644 --- a/tests/prop-editor.c +++ b/tests/prop-editor.c @@ -19,6 +19,7 @@ #include <string.h> +#undef GTK_DISABLE_DEPRECATED #include <gtk/gtk.h> #include "prop-editor.h" |