diff options
author | 2 <NotZed@Ximian.com> | 2001-10-22 09:39:32 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-22 09:39:32 +0800 |
commit | 4b2464746f984012a57baeb9439215d159c63ece (patch) | |
tree | 6a1e36bc747e48fda4e468f749780cadaf24d77e /mail/ChangeLog | |
parent | 2eb6b07427b769ccc10034b9c5c32c226b3a8681 (diff) | |
download | gsoc2013-evolution-4b2464746f984012a57baeb9439215d159c63ece.tar gsoc2013-evolution-4b2464746f984012a57baeb9439215d159c63ece.tar.gz gsoc2013-evolution-4b2464746f984012a57baeb9439215d159c63ece.tar.bz2 gsoc2013-evolution-4b2464746f984012a57baeb9439215d159c63ece.tar.lz gsoc2013-evolution-4b2464746f984012a57baeb9439215d159c63ece.tar.xz gsoc2013-evolution-4b2464746f984012a57baeb9439215d159c63ece.tar.zst gsoc2013-evolution-4b2464746f984012a57baeb9439215d159c63ece.zip |
Instead of select_all() then using the tree's selected nodes to iterate,
2001-10-22 <NotZed@Ximian.com>
* mail-callbacks.c (mark_all_as_seen): Instead of select_all()
then using the tree's selected nodes to iterate, just do it on the
folder which keeps the current selection. Fixes #3658.
svn path=/trunk/; revision=13860
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 34736defd1..1e2995fd7e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-10-22 <NotZed@Ximian.com> + + * mail-callbacks.c (mark_all_as_seen): Instead of select_all() + then using the tree's selected nodes to iterate, just do it on the + folder which keeps the current selection. Fixes #3658. + 2001-10-21 Jeffrey Stedfast <fejj@ximian.com> * folder-browser.c: Call the new move/copy_msg_cb's |