diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index a1006b768f..afd172af43 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,12 @@ +2003-04-25 Ettore Perazzoli <ettore@ximian.com> + + [#41059] + + * e-corba-storage.c (async_open_cb): Added a missing unref of the + storage in the closure. + (async_open_folder_idle): Add the pending open to the pending open + list before calling asyncOpenFolder, instead of after. + 2003-04-23 Not Zed <NotZed@Ximian.com> * e-local-storage.c (load_folder): cast to remove warning. @@ -6,19 +15,18 @@ 2003-04-22 Anna Marie Dirks <anna@ximian.com> - * e-shell-settings-dialog.c (init): Add appropriate padding + * e-shell-settings-dialog.c (init): Add appropriate padding to the Evolution Settings window. This is another bit of the fix for #41392. - * e-corba-config-page.c (e_corba_config_page_construct): Add + * e-corba-config-page.c (e_corba_config_page_construct): Add appropriate padding to the corba_config_page widget. Partial fix for #41392. - 2003-04-23 Anna Marie Dirks <anna@ximian.com> - *glade/e-folder-list.glade : replaced buttons with stock - buttons and added HIG-blessed spacing. Fixes 41145. + * glade/e-folder-list.glade: replaced buttons with stock buttons + and added HIG-blessed spacing. Fixes 41145. 2003-04-22 Anna Marie Dirks <anna@ximian.com> @@ -31,7 +39,6 @@ (rename_shortcut_cb): Corrected the label capitalization for Rename dialog. Fixes 41567. - 2003-04-21 Chris Toshok <toshok@ximian.com> * e-folder-list.c (e_folder_list_parse_xml): this should never |