diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-15 03:12:58 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-15 03:12:58 +0800 |
commit | 302ed285925f1e321def275329aa5283b02239ba (patch) | |
tree | 3d92c5a51c862444f199a042f79e5a1c4975c24c /mail/ChangeLog | |
parent | 37a6a1330714dc2b5dadb5661caf939b23416772 (diff) | |
download | gsoc2013-evolution-302ed285925f1e321def275329aa5283b02239ba.tar gsoc2013-evolution-302ed285925f1e321def275329aa5283b02239ba.tar.gz gsoc2013-evolution-302ed285925f1e321def275329aa5283b02239ba.tar.bz2 gsoc2013-evolution-302ed285925f1e321def275329aa5283b02239ba.tar.lz gsoc2013-evolution-302ed285925f1e321def275329aa5283b02239ba.tar.xz gsoc2013-evolution-302ed285925f1e321def275329aa5283b02239ba.tar.zst gsoc2013-evolution-302ed285925f1e321def275329aa5283b02239ba.zip |
Fix a slight race condition that could cause the busy indicator not to
go off after switching folder views.
svn path=/trunk/; revision=7021
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3054a8dc57..df306cf3a5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2000-12-14 Ettore Perazzoli <ettore@helixcode.com> + + * mail-threads.c (read_msg): Call `ui_set_busy()' before + `ui_set_message()' so that we are sure that the + set_busy/unset_busy calls always happen in order. + 2000-12-13 Christopher James Lahey <clahey@helixcode.com> * folder-browser.c (my_folder_browser_init): Made the vertical |