From 999256120ad0adad100ac80b6bc007bb57b4fe8b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 11 Oct 2003 22:21:04 +0000 Subject: [PATCH] These files still use option menus, so turn off GTK_DISABLE_DEPRECATED to Sun Oct 12 00:18:02 2003 Matthias Clasen * 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. --- ChangeLog | 7 +++++++ ChangeLog.pre-2-10 | 7 +++++++ ChangeLog.pre-2-4 | 7 +++++++ ChangeLog.pre-2-6 | 7 +++++++ ChangeLog.pre-2-8 | 7 +++++++ demos/testpixbuf-scale.c | 1 + tests/prop-editor.c | 1 + tests/testtreeview.c | 1 + 8 files changed, 38 insertions(+) diff --git a/ChangeLog b/ChangeLog index 80444b3eff..38fcd7b5fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Oct 12 00:18:02 2003 Matthias Clasen + + * 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. + Sat Oct 11 23:14:36 2003 Matthias Clasen * gtk/gtkactiongroup.h: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 80444b3eff..38fcd7b5fe 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,10 @@ +Sun Oct 12 00:18:02 2003 Matthias Clasen + + * 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. + Sat Oct 11 23:14:36 2003 Matthias Clasen * gtk/gtkactiongroup.h: diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 80444b3eff..38fcd7b5fe 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,10 @@ +Sun Oct 12 00:18:02 2003 Matthias Clasen + + * 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. + Sat Oct 11 23:14:36 2003 Matthias Clasen * gtk/gtkactiongroup.h: diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 80444b3eff..38fcd7b5fe 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,10 @@ +Sun Oct 12 00:18:02 2003 Matthias Clasen + + * 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. + Sat Oct 11 23:14:36 2003 Matthias Clasen * gtk/gtkactiongroup.h: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 80444b3eff..38fcd7b5fe 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +Sun Oct 12 00:18:02 2003 Matthias Clasen + + * 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. + Sat Oct 11 23:14:36 2003 Matthias Clasen * gtk/gtkactiongroup.h: diff --git a/demos/testpixbuf-scale.c b/demos/testpixbuf-scale.c index 1fb8339efd..6a90f0b095 100644 --- a/demos/testpixbuf-scale.c +++ b/demos/testpixbuf-scale.c @@ -1,3 +1,4 @@ +#undef GTK_DISABLE_DEPRECATED #include #include 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 +#undef GTK_DISABLE_DEPRECATED #include #include "prop-editor.h" diff --git a/tests/testtreeview.c b/tests/testtreeview.c index 8be4aa419e..4dc4b586f3 100644 --- a/tests/testtreeview.c +++ b/tests/testtreeview.c @@ -1,3 +1,4 @@ +#undef GTK_DISABLE_DEPRECATED #include #include "prop-editor.h" #include