[Commits] [SCM] claws branch, master, updated. 3.12.0-19-g3a0460c
claws at claws-mail.org
claws at claws-mail.org
Fri Jul 24 16:17:45 CEST 2015
The branch, master has been updated
via 3a0460c255c4307ac52b6453d756bdf9cc277cda (commit)
from 360b6573433c02150051866161b82b87013c804c (commit)
Summary of changes:
src/summaryview.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 3a0460c255c4307ac52b6453d756bdf9cc277cda
Author: Paul <paul at claws-mail.org>
Date: Fri Jul 24 15:17:40 2015 +0100
remove useless check
diff --git a/src/summaryview.c b/src/summaryview.c
index aee456d..c4be0d0 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -4953,9 +4953,8 @@ gboolean summary_execute(SummaryView *summaryview)
summary_unselect_all(summaryview);
if (summaryview->sort_type == SORT_ASCENDING)
new_selected = summary_find_next_msg(summaryview, node);
- if (!new_selected)
- new_selected = summary_find_prev_msg
- (summaryview, node);
+ else
+ new_selected = summary_find_prev_msg(summaryview, node);
}
gtk_sctree_remove_node((GtkSCTree *)ctree, node);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list