]> Pileus Git - ~andy/gtk/commitdiff
switch vbox and action_area back to the order that 2.0 has
authorjacob berkman <jacob@ximian.com>
Fri, 16 Aug 2002 19:04:54 +0000 (19:04 +0000)
committerJacob Berkman <jberkman@src.gnome.org>
Fri, 16 Aug 2002 19:04:54 +0000 (19:04 +0000)
2002-08-16  jacob berkman  <jacob@ximian.com>

* gtk/gtkdialog.h (struct _GtkDialog): switch vbox and action_area
back to the order that 2.0 has

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkdialog.h

index 1665e241514ae3309e3462cb6883e0352347b207..ac3ac8ead9b2b2cfd628a486f4e4d35b188ceee1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-16  jacob berkman  <jacob@ximian.com>
+
+       * 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 <gale@gtk.org>
 
        * docs/tutorial/gtk-tut.sgml, examples/menu/menu.c:
index 1665e241514ae3309e3462cb6883e0352347b207..ac3ac8ead9b2b2cfd628a486f4e4d35b188ceee1 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-16  jacob berkman  <jacob@ximian.com>
+
+       * 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 <gale@gtk.org>
 
        * docs/tutorial/gtk-tut.sgml, examples/menu/menu.c:
index 1665e241514ae3309e3462cb6883e0352347b207..ac3ac8ead9b2b2cfd628a486f4e4d35b188ceee1 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-16  jacob berkman  <jacob@ximian.com>
+
+       * 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 <gale@gtk.org>
 
        * docs/tutorial/gtk-tut.sgml, examples/menu/menu.c:
index 1665e241514ae3309e3462cb6883e0352347b207..ac3ac8ead9b2b2cfd628a486f4e4d35b188ceee1 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-16  jacob berkman  <jacob@ximian.com>
+
+       * 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 <gale@gtk.org>
 
        * docs/tutorial/gtk-tut.sgml, examples/menu/menu.c:
index 1665e241514ae3309e3462cb6883e0352347b207..ac3ac8ead9b2b2cfd628a486f4e4d35b188ceee1 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-16  jacob berkman  <jacob@ximian.com>
+
+       * 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 <gale@gtk.org>
 
        * docs/tutorial/gtk-tut.sgml, examples/menu/menu.c:
index 1665e241514ae3309e3462cb6883e0352347b207..ac3ac8ead9b2b2cfd628a486f4e4d35b188ceee1 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-16  jacob berkman  <jacob@ximian.com>
+
+       * 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 <gale@gtk.org>
 
        * docs/tutorial/gtk-tut.sgml, examples/menu/menu.c:
index c39df01ee2926c7d80a00f1b82f0fb4f3216b751..ebe7bcf619ad8a44b7cd1ef726210c981690294b 100644 (file)
@@ -98,8 +98,8 @@ struct _GtkDialog
   GtkWindow window;
 
   /*< public >*/
-  GtkWidget *action_area;
   GtkWidget *vbox;
+  GtkWidget *action_area;
 
   /*< private >*/
   GtkWidget *separator;