diff options
author | Dan Winship <danw@src.gnome.org> | 2001-07-07 00:48:47 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-07-07 00:48:47 +0800 |
commit | 40c22b25f1e318b405bf2f995d2636de5c731959 (patch) | |
tree | b6139d6a3ae0512ce0e9dd42c52441a6b3c65598 /mail/ChangeLog | |
parent | 8a80b831b1d7cdf656fcfe0d08fe58ca4603a7e0 (diff) | |
download | gsoc2013-evolution-40c22b25f1e318b405bf2f995d2636de5c731959.tar.gz gsoc2013-evolution-40c22b25f1e318b405bf2f995d2636de5c731959.tar.zst gsoc2013-evolution-40c22b25f1e318b405bf2f995d2636de5c731959.zip |
Fix obvious bug in previous bugfix: Pass "fb" to check_for_fb_match() so
* mail-folder-cache.c (mail_folder_cache_set_folder_browser): Fix
obvious bug in previous bugfix: Pass "fb" to check_for_fb_match()
so only the selected folder gets updated, instead of "all folders
that haven't yet been selected".
svn path=/trunk/; revision=10846
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 9a9247a0c6..ce90b512c2 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2001-07-06 Dan Winship <danw@ximian.com> + + * mail-folder-cache.c (mail_folder_cache_set_folder_browser): Fix + obvious bug in previous bugfix: Pass "fb" to check_for_fb_match() + so only the selected folder gets updated, instead of "all folders + that haven't yet been selected". + 2001-07-06 Ettore Perazzoli <ettore@ximian.com> * component-factory.c (populate_folder_context_menu): New function |