aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-02-25 16:30:13 +0800
committerMilan Crha <mcrha@redhat.com>2014-02-25 16:30:13 +0800
commitc0c420014922e0fb64d63130a9a0b82458e790dc (patch)
tree03c49e126d599ae05948d1a178aaef726fa61e20 /mail
parente15c81b8ee34fff9aa1da9085587e568e59da854 (diff)
downloadgsoc2013-evolution-c0c420014922e0fb64d63130a9a0b82458e790dc.tar
gsoc2013-evolution-c0c420014922e0fb64d63130a9a0b82458e790dc.tar.gz
gsoc2013-evolution-c0c420014922e0fb64d63130a9a0b82458e790dc.tar.bz2
gsoc2013-evolution-c0c420014922e0fb64d63130a9a0b82458e790dc.tar.lz
gsoc2013-evolution-c0c420014922e0fb64d63130a9a0b82458e790dc.tar.xz
gsoc2013-evolution-c0c420014922e0fb64d63130a9a0b82458e790dc.tar.zst
gsoc2013-evolution-c0c420014922e0fb64d63130a9a0b82458e790dc.zip
Bug #724854 - Cursor moves to incorrect message when deleting multiple messages
Diffstat (limited to 'mail')
-rw-r--r--mail/e-mail-reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index f82baff928..5537954267 100644
--- a/mail/e-mail-reader.c
+++ b/mail/e-mail-reader.c
@@ -393,7 +393,7 @@ action_mail_delete_cb (GtkAction *action,
/* FIXME Verify all selected messages are deletable.
* But handle it by disabling this action. */
- if (e_mail_reader_mark_selected (reader, mask, set) == 1)
+ if (e_mail_reader_mark_selected (reader, mask, set) != 0)
e_mail_reader_select_next_message (reader, FALSE);
}