diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-08 05:48:36 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-08 05:48:36 +0800 |
commit | 31c42749c183a53952fd21b25b442cfc93ce9a8f (patch) | |
tree | c820a2ec01bbae216c7e9713126a563d5d37451b /mail/ChangeLog | |
parent | df95d7a64d1201e7ad0f3838aa69869be6ee8391 (diff) | |
download | gsoc2013-evolution-31c42749c183a53952fd21b25b442cfc93ce9a8f.tar gsoc2013-evolution-31c42749c183a53952fd21b25b442cfc93ce9a8f.tar.gz gsoc2013-evolution-31c42749c183a53952fd21b25b442cfc93ce9a8f.tar.bz2 gsoc2013-evolution-31c42749c183a53952fd21b25b442cfc93ce9a8f.tar.lz gsoc2013-evolution-31c42749c183a53952fd21b25b442cfc93ce9a8f.tar.xz gsoc2013-evolution-31c42749c183a53952fd21b25b442cfc93ce9a8f.tar.zst gsoc2013-evolution-31c42749c183a53952fd21b25b442cfc93ce9a8f.zip |
Fix for bug #56538
2004-04-07 Jeffrey Stedfast <fejj@ximian.com>
Fix for bug #56538
* em-folder-view.c (emfv_set_folder_uri): Don't set the preview
empty here.
(emfv_set_folder): If the folder is the same as the folder already
on the emfv, just return. Otherwise clear the preview and continue
setting the folder as normal.
svn path=/trunk/; revision=25364
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3f10acdc65..135cbb614a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,15 @@ 2004-04-07 Jeffrey Stedfast <fejj@ximian.com> + Fix for bug #56538 + + * em-folder-view.c (emfv_set_folder_uri): Don't set the preview + empty here. + (emfv_set_folder): If the folder is the same as the folder already + on the emfv, just return. Otherwise clear the preview and continue + setting the folder as normal. + +2004-04-07 Jeffrey Stedfast <fejj@ximian.com> + * em-account-prefs.c (em_account_prefs_apply): Removed. * em-mailer-prefs.c (em_mailer_prefs_apply): Removed. |