diff options
author | jacob berkman <jacob@ximian.com> | 2002-08-16 19:04:54 +0000 |
---|---|---|
committer | Jacob Berkman <jberkman@src.gnome.org> | 2002-08-16 19:04:54 +0000 |
commit | f1bbefb45ba6c148f29d369e5389bf9d5f4e3be4 (patch) | |
tree | b9361b35a23ebb8b2c7d2400f4f2c3b67d53ddd9 /gtk/gtkdialog.h | |
parent | f7fa241177010bc03c051abbd80055de9d1e895a (diff) | |
download | gtk+-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |