diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-01-29 02:58:44 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-01-29 02:58:44 +0800 |
commit | e9cf822d843cf01f3ae20079ea49ed1a4f83c255 (patch) | |
tree | 11a105759105a324ef1dfa367fa75653eb800f00 /mail/ChangeLog | |
parent | c2d0fb9b196b8cc93b4467f8872eea10e7e8b8c5 (diff) | |
download | gsoc2013-evolution-e9cf822d843cf01f3ae20079ea49ed1a4f83c255.tar gsoc2013-evolution-e9cf822d843cf01f3ae20079ea49ed1a4f83c255.tar.gz gsoc2013-evolution-e9cf822d843cf01f3ae20079ea49ed1a4f83c255.tar.bz2 gsoc2013-evolution-e9cf822d843cf01f3ae20079ea49ed1a4f83c255.tar.lz gsoc2013-evolution-e9cf822d843cf01f3ae20079ea49ed1a4f83c255.tar.xz gsoc2013-evolution-e9cf822d843cf01f3ae20079ea49ed1a4f83c255.tar.zst gsoc2013-evolution-e9cf822d843cf01f3ae20079ea49ed1a4f83c255.zip |
If the store is already in the model, remove it and then re-add it. Fixes
2004-01-28 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-tree-model.c (em_folder_tree_model_add_store): If the
store is already in the model, remove it and then re-add it. Fixes
bug #53422.
svn path=/trunk/; revision=24498
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 fd69f26c8a..31173327ba 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2004-01-28 Jeffrey Stedfast <fejj@ximian.com> + * em-folder-tree-model.c (em_folder_tree_model_add_store): If the + store is already in the model, remove it and then re-add it. Fixes + bug #53422. + +2004-01-28 Jeffrey Stedfast <fejj@ximian.com> + And thus completes the fixes for bug #52766. * em-folder-tree.c (tree_drag_drop): Don't call |