[Commits] [SCM] claws branch, master, updated. 3.14.1-15-gcaa0028
claws at claws-mail.org
claws at claws-mail.org
Wed Nov 16 18:01:12 CET 2016
The branch, master has been updated
via caa00289e8f00d5e7396fa386a31d2f64882cf17 (commit)
from a7c6921d5773f27e71c60640197ac1d20de8b8ca (commit)
Summary of changes:
src/summaryview.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit caa00289e8f00d5e7396fa386a31d2f64882cf17
Author: Paul <paul at claws-mail.org>
Date: Wed Nov 16 17:01:08 2016 +0000
amendment to last commit, to avoid interfering with Shift+[Up|Down]
diff --git a/src/summaryview.c b/src/summaryview.c
index 3d0ceff..204f065 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -6790,8 +6790,9 @@ static gboolean summary_key_pressed(GtkWidget *widget, GdkEventKey *event,
/* Deprecated - what are the non-deprecated equivalents? */
if (gtk_cmctree_node_is_visible(GTK_CMCTREE(ctree), next) != GTK_VISIBILITY_FULL)
gtkut_ctree_node_move_if_on_the_edge(GTK_CMCTREE(ctree), next, -1);
+ if (!mod_pressed)
+ summary_select_node(summaryview, summaryview->selected, -1);
summaryview->selected = next;
- summary_select_node(summaryview, summaryview->selected, -1);
}
}
return TRUE;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list