diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-03-27 01:12:05 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-03-27 01:12:05 +0800 |
commit | b4dc945f6e11216c642cc714a0492b4aefd92ae1 (patch) | |
tree | 09a31ba5c2fd52554038bfa44efa76590d0ff6ea /widgets/misc/ChangeLog | |
parent | 544e4f8061e5295005f265515a9459635e8f645b (diff) | |
download | gsoc2013-evolution-b4dc945f6e11216c642cc714a0492b4aefd92ae1.tar.gz gsoc2013-evolution-b4dc945f6e11216c642cc714a0492b4aefd92ae1.tar.zst gsoc2013-evolution-b4dc945f6e11216c642cc714a0492b4aefd92ae1.zip |
We don't need this really (class_init): We don't need to have our own
2004-03-26 Rodney Dawes <dobey@ximian.com>
* e-shell-settings-dialog.c (impl_realize): We don't need this really
(class_init): We don't need to have our own realize impl for setting
the default window size of the dialog, especially since we are setting
the size before we actually get realized, anyway
(init): Set the dialog size here, and don't set the border width of the
dialog
2004-03-26 Rodney Dawes <dobey@ximian.com>
* e-multi-config-dialog.c (init): Remove the dialog separator
Set the border widths of the dialog's vbox and action area to be more
HIG-compliant
Set the border width of the dialog's child to 12 for HIG-compliance
svn path=/trunk/; revision=25197
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 3ce77d0ec1..a24c1f66f7 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,10 @@ +2004-03-26 Rodney Dawes <dobey@ximian.com> + + * e-multi-config-dialog.c (init): Remove the dialog separator + Set the border widths of the dialog's vbox and action area to be more + HIG-compliant + Set the border width of the dialog's child to 12 for HIG-compliance + 2004-03-15 JP Rosevear <jpr@ximian.com> * e-calendar-item.c (e_calendar_item_class_init): change arg name |