From e4507b60182ee3c69fbc8df06169eefb914a621a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 26 Sep 2003 23:33:46 +0000 Subject: Turn off GTK_DISABLE_DEPRECATED, since this test uses the 2003-09-27 Matthias Clasen * 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. --- tests/testtext.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/testtext.c') 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 #include +#undef GTK_DISABLE_DEPRECATED + #include #include -- cgit v1.2.1