diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-27 03:31:37 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-27 03:31:37 +0800 |
commit | 7ecd4e666490ee384122b938149ac04ab8ead6d9 (patch) | |
tree | 86c7d43cbf71089349d9564c3a4a0bac1d67a930 /shell/ChangeLog | |
parent | 8cca88b4f676ac7cc4b719264c7a6c9d965bc8e2 (diff) | |
download | gsoc2013-evolution-7ecd4e666490ee384122b938149ac04ab8ead6d9.tar.gz gsoc2013-evolution-7ecd4e666490ee384122b938149ac04ab8ead6d9.tar.zst gsoc2013-evolution-7ecd4e666490ee384122b938149ac04ab8ead6d9.zip |
[Shell part of #7153.]
(load_folder): Call e_storage_new_folder()
instead of new_folder() here so the folder doesn't get added to
the EvolutionStorage. Since the EvolutionStorage has its own
CORBAfied copy of the folder info [sigh] and it can't be updated,
we have to set up the EvolutionStorage after setup_stock_folders()
has been called.
(setup_corba_storage): New function to set up the CORBA storage.
(load_all_folders): Call setup_corba_storage() after
setup_stock_folders().
svn path=/trunk/; revision=20522
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index db3cf89490..3925be2841 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,17 @@ +2003-03-26 Ettore Perazzoli <ettore@ximian.com> + + [Shell part of #7153.] + + * e-local-storage.c (load_folder): Call e_storage_new_folder() + instead of new_folder() here so the folder doesn't get added to + the EvolutionStorage. Since the EvolutionStorage has its own + CORBAfied copy of the folder info [sigh] and it can't be updated, + we have to set up the EvolutionStorage after setup_stock_folders() + has been called. + (setup_corba_storage): New function to set up the CORBA storage. + (load_all_folders): Call setup_corba_storage() after + setup_stock_folders(). + 2003-03-25 Not Zed <NotZed@Ximian.com> * e-shell-settings-dialog.c (set_dialog_size): Use |