summaryrefslogtreecommitdiff
path: root/tests/testtext.c
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-09-26 23:33:46 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-09-26 23:33:46 +0000
commite4507b60182ee3c69fbc8df06169eefb914a621a (patch)
treea6c34c17dc9f4334af36e957186c5d1342e49665 /tests/testtext.c
parenteeed9d1890e8f462445af36974ff756409111da5 (diff)
downloadgtk+-e4507b60182ee3c69fbc8df06169eefb914a621a.tar.gz
Turn off GTK_DISABLE_DEPRECATED, since this test uses the
2003-09-27 Matthias Clasen <maclas@gmx.de> * tests/testtext.c: Turn off GTK_DISABLE_DEPRECATED, since this test uses the soon-to-be-deprecated GtkItemFactory. * demos/gtk-demo/Makefile.am (demos): Add ui_manager.c, remove item_factory.c * demos/gtk-demo/ui_manager.c: Duplicate of item_factory.c using GtkUIManager instead of GtkItemFactory.
Diffstat (limited to 'tests/testtext.c')
-rw-r--r--tests/testtext.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testtext.c b/tests/testtext.c
index e27ce80be9..13eaabd42d 100644
--- a/tests/testtext.c
+++ b/tests/testtext.c
@@ -4,6 +4,8 @@
#include <stdlib.h>
#include <string.h>
+#undef GTK_DISABLE_DEPRECATED
+
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>