diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-04-26 01:03:51 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-04-26 01:03:51 +0800 |
commit | 1fbfda671f3df4e0a8b72e3886350ac6bce9a806 (patch) | |
tree | eb42793305baad568552d57968ba4cb70ea14ff6 /shell/ChangeLog | |
parent | 1564340ffe047e101e6ad235f4ebeb900a7db7b3 (diff) | |
download | gsoc2013-evolution-1fbfda671f3df4e0a8b72e3886350ac6bce9a806.tar.gz gsoc2013-evolution-1fbfda671f3df4e0a8b72e3886350ac6bce9a806.tar.zst gsoc2013-evolution-1fbfda671f3df4e0a8b72e3886350ac6bce9a806.zip |
(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.
svn path=/trunk/; revision=20968
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 |