diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-05-28 02:32:58 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-28 02:32:58 +0800 |
commit | d33595efe978a3955fff9ed66b4a2e643176c929 (patch) | |
tree | 144e519bfe99c0c817da1dbc770b359064d35f4a /mail/ChangeLog | |
parent | 59751421bd172683daf29a9c11cc52a7b988d319 (diff) | |
download | gsoc2013-evolution-d33595efe978a3955fff9ed66b4a2e643176c929.tar.gz gsoc2013-evolution-d33595efe978a3955fff9ed66b4a2e643176c929.tar.zst gsoc2013-evolution-d33595efe978a3955fff9ed66b4a2e643176c929.zip |
Instead of removing the "Loading..." row for toplevel folder nodes on
2004-05-27 Jeffrey Stedfast <fejj@novell.com>
* em-folder-tree.c (emft_get_folder_info__got): Instead of
removing the "Loading..." row for toplevel folder nodes on failure
(which indicates a failure conenct to the server, most likely),
collapse the store node so that if the user expands the store
node, it will automagically try connecting again. Fixes bug #57493.
svn path=/trunk/; revision=26115
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 163dc0d638..e94f1c5c87 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2004-05-27 Jeffrey Stedfast <fejj@novell.com> + + * em-folder-tree.c (emft_get_folder_info__got): Instead of + removing the "Loading..." row for toplevel folder nodes on failure + (which indicates a failure conenct to the server, most likely), + collapse the store node so that if the user expands the store + node, it will automagically try connecting again. Fixes bug #57493. + 2004-05-27 Rodney Dawes <dobey@novell.com> * Makefile.am (EXTRA_DIST): Add $(error_i18n) |