[Commits] [SCM] claws branch, master, updated. 3.14.0-131-g2193529

ticho at claws-mail.org ticho at claws-mail.org
Sat Nov 5 12:01:00 CET 2016


The branch, master has been updated
       via  2193529a58210cc79a07051e721f624c086d4121 (commit)
      from  94030d1aa5e132b50bb05a88245e3bca08c55ffa (commit)

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


- Log -----------------------------------------------------------------
commit 2193529a58210cc79a07051e721f624c086d4121
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sat Nov 5 12:00:33 2016 +0100

    Only scroll summaryview to the middle when necessary.

diff --git a/src/summaryview.c b/src/summaryview.c
index d80f4d3..fbc29bf 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -2264,7 +2264,7 @@ void summary_select_node(SummaryView *summaryview, GtkCMCTreeNode *node,
 		GTK_EVENTS_FLUSH();
 		summary_unlock(summaryview);
 		gtk_widget_grab_focus(GTK_WIDGET(ctree));
-		gtk_cmctree_node_moveto(ctree, node, 0, 0.5, 0);
+		gtkut_ctree_node_move_if_on_the_edge(ctree, node, -1);
 
 		if (display_msg && summaryview->displayed == node)
 			summaryview->displayed = NULL;

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list