[Commits] [SCM] claws branch, master, updated. 3.17.4-42-gafd6c9950

paul at claws-mail.org paul at claws-mail.org
Thu Oct 3 09:30:11 CET 2019


The branch, master has been updated
       via  afd6c99509d5a7dda27cecb0101aba3113be5c21 (commit)
      from  0b709277aa6ef5047b8956bfd20fda6320e795c4 (commit)

Summary of changes:
 src/summaryview.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit afd6c99509d5a7dda27cecb0101aba3113be5c21
Author: Paul <paul at claws-mail.org>
Date:   Thu Oct 3 10:30:04 2019 +0100

    beter fix for bug 2131, 3982d3e615ab83b8da70617df46be2cf52ed1cc5
    
    Maintain the previous behaviour of focus switching to the summaryview
    when a quicksearch has been executed

diff --git a/src/summaryview.c b/src/summaryview.c
index 1036bfe20..fd38e7586 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -2338,7 +2338,8 @@ void summary_select_node(SummaryView *summaryview, GtkCMCTreeNode *node,
 		summary_unlock(summaryview);
 
 		/* If quicksearch has focus, let's keep it there. */
-		if (!quicksearch_has_focus(summaryview->quicksearch))
+		if (!quicksearch_is_in_typing(summaryview->quicksearch) &&
+		    quicksearch_is_running(summaryview->quicksearch))
 			summary_grab_focus(summaryview);
 
 		gtkut_ctree_node_move_if_on_the_edge(ctree, node, -1);

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list