[Commits] [SCM] claws branch, master, updated. 3.11.1-167-g747e95c

mones at claws-mail.org mones at claws-mail.org
Wed Jun 24 02:05:54 CEST 2015


The branch, master has been updated
       via  747e95c91c59070d7c688702d007b34a5c716b47 (commit)
      from  89d3142e639497bb25b8bd50add83b3dac100f70 (commit)

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


- Log -----------------------------------------------------------------
commit 747e95c91c59070d7c688702d007b34a5c716b47
Author: Andreas Rönnquist <gusnan at gusnan.se>
Date:   Fri Nov 14 00:51:47 2014 +0100

    Set focus row to top item if marking a message above previous

diff --git a/src/gtk/gtksctree.c b/src/gtk/gtksctree.c
index 4e75b08..b7a86ee 100644
--- a/src/gtk/gtksctree.c
+++ b/src/gtk/gtksctree.c
@@ -324,7 +324,7 @@ select_range (GtkSCTree *sctree, gint row)
 	if (row < prev_row) {
 		min = row;
 		max = prev_row;
-		GTK_CMCLIST(sctree)->focus_row = max;
+		GTK_CMCLIST(sctree)->focus_row = min;
 	} else {
 		min = prev_row;
 		max = row;

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list