summaryrefslogtreecommitdiff
path: root/gtk/gtkdialog.h
diff options
context:
space:
mode:
authorjacob berkman <jacob@ximian.com>2002-08-16 19:04:54 +0000
committerJacob Berkman <jberkman@src.gnome.org>2002-08-16 19:04:54 +0000
commitf1bbefb45ba6c148f29d369e5389bf9d5f4e3be4 (patch)
treeb9361b35a23ebb8b2c7d2400f4f2c3b67d53ddd9 /gtk/gtkdialog.h
parentf7fa241177010bc03c051abbd80055de9d1e895a (diff)
downloadgdk-pixbuf-f1bbefb45ba6c148f29d369e5389bf9d5f4e3be4.tar.gz
switch vbox and action_area back to the order that 2.0 has
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
Diffstat (limited to 'gtk/gtkdialog.h')
-rw-r--r--gtk/gtkdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdialog.h b/gtk/gtkdialog.h
index c39df01ee..ebe7bcf61 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;