summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-10-11 22:21:04 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-10-11 22:21:04 +0000
commit999256120ad0adad100ac80b6bc007bb57b4fe8b (patch)
treef847a6787cd17355d53728dfaab053b281bb2c57
parentc44e5b00e0cc038b6b9a594ee6c9c9c816c69f0c (diff)
downloadgtk+-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.
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLog.pre-2-107
-rw-r--r--ChangeLog.pre-2-47
-rw-r--r--ChangeLog.pre-2-67
-rw-r--r--ChangeLog.pre-2-87
-rw-r--r--demos/testpixbuf-scale.c1
-rw-r--r--tests/prop-editor.c1
-rw-r--r--tests/testtreeview.c1
8 files changed, 38 insertions, 0 deletions
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 <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.
+
Sat Oct 11 23:14:36 2003 Matthias Clasen <maclas@gmx.de>
* 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 <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.
+
Sat Oct 11 23:14:36 2003 Matthias Clasen <maclas@gmx.de>
* 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 <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.
+
Sat Oct 11 23:14:36 2003 Matthias Clasen <maclas@gmx.de>
* 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 <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.
+
Sat Oct 11 23:14:36 2003 Matthias Clasen <maclas@gmx.de>
* 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 <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.
+
Sat Oct 11 23:14:36 2003 Matthias Clasen <maclas@gmx.de>
* 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 <gtk/gtk.h>
#include <stdio.h>
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"
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 <string.h>
#include "prop-editor.h"
#include <gtk/gtk.h>