diff options
author | Jason Leach <jleach@ximian.com> | 2001-07-25 08:39:34 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-07-25 08:39:34 +0800 |
commit | b834d6590e8f93b21f4d07edc0d666a6c9035473 (patch) | |
tree | 9c0271c34307188fb939d0a2c60246bbe5a7966d /mail/ChangeLog | |
parent | e951bf718e130e43567187f4b71c27672cd6e996 (diff) | |
download | gsoc2013-evolution-b834d6590e8f93b21f4d07edc0d666a6c9035473.tar.gz gsoc2013-evolution-b834d6590e8f93b21f4d07edc0d666a6c9035473.tar.zst gsoc2013-evolution-b834d6590e8f93b21f4d07edc0d666a6c9035473.zip |
If we're the last row and we're deleting, select the previous message, not
2001-07-24 Jason Leach <jleach@ximian.com>
* mail-callbacks.c (delete_msg): If we're the last row and we're
deleting, select the previous message, not next, which actually
selects nothing. Fixes #5323.
svn path=/trunk/; revision=11391
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 d16b628130..b13f16a1c4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-07-24 Jason Leach <jleach@ximian.com> + + * mail-callbacks.c (delete_msg): If we're deleting the last + message, select the previous, not next, which actually selects + nothing. Fixes #5323. + 2001-07-24 Jeffrey Stedfast <fejj@ximian.com> * mail-ops.c (save_part_save): Pass the O_TRUNC flag to open so |