diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-20 03:56:14 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-20 03:56:14 +0800 |
commit | d4f22aebb0cd2fd8d9e2032e5e2bfe49c8328f1a (patch) | |
tree | da049170cb728b64a1fb0b283567132d4e81dddf /shell/ChangeLog | |
parent | 3161974bc1558112f19114f2884a0ace1fb77475 (diff) | |
download | gsoc2013-evolution-d4f22aebb0cd2fd8d9e2032e5e2bfe49c8328f1a.tar.gz gsoc2013-evolution-d4f22aebb0cd2fd8d9e2032e5e2bfe49c8328f1a.tar.zst gsoc2013-evolution-d4f22aebb0cd2fd8d9e2032e5e2bfe49c8328f1a.zip |
[Fix #28495 with a lame hack that works around Bonobo sizing
brokenness]
(set_dialog_size): New.
(impl_realize): Override for GtkWidget::realize; invoke
set_dialog_size() to set a minimum size.
(class_init): Install.
svn path=/trunk/; revision=18126
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index b75533ee72..0bb41da144 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,15 @@ 2002-09-19 Ettore Perazzoli <ettore@ximian.com> + [Fix #28495 with a lame hack that works around Bonobo sizing + brokenness] + + * e-shell-settings-dialog.c (set_dialog_size): New. + (impl_realize): Override for GtkWidget::realize; invoke + set_dialog_size() to set a minimum size. + (class_init): Install. + +2002-09-19 Ettore Perazzoli <ettore@ximian.com> + * e-shell-folder-creation-dialog.c (async_create_cb): Don't set the current folder for E_STORAGE_EXISTS. [#30533] @@ -4698,7 +4708,7 @@ (e_shell_folder_title_bar_construct): Make the name of the folder bold using it. -o2001-08-16 Ettore Perazzoli <ettore@ximian.com> +2001-08-16 Ettore Perazzoli <ettore@ximian.com> * e-gray-bar.c (endarken_style): Just hardcode the colors. |