From f1bbefb45ba6c148f29d369e5389bf9d5f4e3be4 Mon Sep 17 00:00:00 2001 From: jacob berkman Date: Fri, 16 Aug 2002 19:04:54 +0000 Subject: [PATCH] switch vbox and action_area back to the order that 2.0 has 2002-08-16 jacob berkman * gtk/gtkdialog.h (struct _GtkDialog): switch vbox and action_area back to the order that 2.0 has --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-2 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkdialog.h | 2 +- 7 files changed, 31 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1665e24151..ac3ac8ead9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-08-16 jacob berkman + + * gtk/gtkdialog.h (struct _GtkDialog): switch vbox and action_area + back to the order that 2.0 has + Thu Aug 15 22:46:02 BST 2002 Tony Gale * docs/tutorial/gtk-tut.sgml, examples/menu/menu.c: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1665e24151..ac3ac8ead9 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2002-08-16 jacob berkman + + * gtk/gtkdialog.h (struct _GtkDialog): switch vbox and action_area + back to the order that 2.0 has + Thu Aug 15 22:46:02 BST 2002 Tony Gale * docs/tutorial/gtk-tut.sgml, examples/menu/menu.c: diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 1665e24151..ac3ac8ead9 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2002-08-16 jacob berkman + + * gtk/gtkdialog.h (struct _GtkDialog): switch vbox and action_area + back to the order that 2.0 has + Thu Aug 15 22:46:02 BST 2002 Tony Gale * docs/tutorial/gtk-tut.sgml, examples/menu/menu.c: diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 1665e24151..ac3ac8ead9 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2002-08-16 jacob berkman + + * gtk/gtkdialog.h (struct _GtkDialog): switch vbox and action_area + back to the order that 2.0 has + Thu Aug 15 22:46:02 BST 2002 Tony Gale * docs/tutorial/gtk-tut.sgml, examples/menu/menu.c: diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 1665e24151..ac3ac8ead9 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2002-08-16 jacob berkman + + * gtk/gtkdialog.h (struct _GtkDialog): switch vbox and action_area + back to the order that 2.0 has + Thu Aug 15 22:46:02 BST 2002 Tony Gale * docs/tutorial/gtk-tut.sgml, examples/menu/menu.c: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 1665e24151..ac3ac8ead9 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2002-08-16 jacob berkman + + * gtk/gtkdialog.h (struct _GtkDialog): switch vbox and action_area + back to the order that 2.0 has + Thu Aug 15 22:46:02 BST 2002 Tony Gale * docs/tutorial/gtk-tut.sgml, examples/menu/menu.c: diff --git a/gtk/gtkdialog.h b/gtk/gtkdialog.h index c39df01ee2..ebe7bcf619 100644 --- a/gtk/gtkdialog.h +++ b/gtk/gtkdialog.h @@ -98,8 +98,8 @@ struct _GtkDialog GtkWindow window; /*< public >*/ - GtkWidget *action_area; GtkWidget *vbox; + GtkWidget *action_area; /*< private >*/ GtkWidget *separator;