diff options
author | Kristian Rietveld <kris@gtk.org> | 2003-10-13 17:43:48 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2003-10-13 17:43:48 +0000 |
commit | d4627e1da48b42811c74df955c72ea5bf1246e5b (patch) | |
tree | 5fc6d5a3df8ff344339c0d275a52af1717aff766 /tests/testmenus.c | |
parent | 1d8d7be3c5565d41a6dea4ad4a3485aa794d7bae (diff) | |
download | gtk+-d4627e1da48b42811c74df955c72ea5bf1246e5b.tar.gz |
Still uses option menus, so turn off GTK_DISABLE_DEPRECATED.
Mon Oct 13 19:41:55 2003 Kristian Rietveld <kris@gtk.org>
* tests/testmenus.c: Still uses option menus, so turn off
GTK_DISABLE_DEPRECATED.
Diffstat (limited to 'tests/testmenus.c')
-rw-r--r-- | tests/testmenus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testmenus.c b/tests/testmenus.c index 732cf98b9b..299050d66d 100644 --- a/tests/testmenus.c +++ b/tests/testmenus.c @@ -6,6 +6,7 @@ * Written by Owen Taylor <otaylor@redhat.com> */ +#undef GTK_DISABLE_DEPRECATED #include <gtk/gtk.h> #include <gdk/gdkkeysyms.h> |