diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-27 01:18:59 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-27 01:18:59 +0800 |
commit | 0df3715eb4f16d25f74ce6545da9ecdbc0d2ef2b (patch) | |
tree | 9a295299aec4c439c9467e68a5a5d739fe1c0d32 /shell/ChangeLog | |
parent | 1363bc081251558d0490ecbbecb151fba008fc59 (diff) | |
download | gsoc2013-evolution-0df3715eb4f16d25f74ce6545da9ecdbc0d2ef2b.tar gsoc2013-evolution-0df3715eb4f16d25f74ce6545da9ecdbc0d2ef2b.tar.gz gsoc2013-evolution-0df3715eb4f16d25f74ce6545da9ecdbc0d2ef2b.tar.bz2 gsoc2013-evolution-0df3715eb4f16d25f74ce6545da9ecdbc0d2ef2b.tar.lz gsoc2013-evolution-0df3715eb4f16d25f74ce6545da9ecdbc0d2ef2b.tar.xz gsoc2013-evolution-0df3715eb4f16d25f74ce6545da9ecdbc0d2ef2b.tar.zst gsoc2013-evolution-0df3715eb4f16d25f74ce6545da9ecdbc0d2ef2b.zip |
(load_all_folders): Don't return FALSE if any
of the folders fails to load; otherwise, if the user has played
with ~/evolution, he might end up not seeing any folders at all.
svn path=/trunk/; revision=17606
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 7563ff3e2d..a06c2afc29 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2002-07-26 Ettore Perazzoli <ettore@ximian.com> + + * e-local-storage.c (load_all_folders): Don't return FALSE if any + of the folders fails to load; otherwise, if the user has played + with ~/evolution, he might end up not seeing any folders at all. + 2002-07-24 Ettore Perazzoli <ettore@ximian.com> * e-shell-view-menu.c (command_work_online): Remove debugging @@ -47,13 +53,13 @@ (removed_storage_cb) (new_folder_cb) * e-shortcuts-view.c - (get_shortcut_info): + (get_shortcut_info) * e-shell-view.c (handle_current_folder_removed) * e-shell-utils.c - (e_shell_folder_name_is_valid): + (e_shell_folder_name_is_valid) * e-local-storage.c - (construct): + (construct) * e-folder-tree.c (get_parent_path) (get_parent_path) @@ -63,7 +69,7 @@ * e-folder-dnd-bridge.c (handle_data_received_path) * evolution-storage.c - (make_full_uri): + (make_full_uri) * e-shell-constants.h: New #defines E_PATH_SEPARATOR and E_PATH_SEPARATOR_S. |