[Commits] [SCM] claws branch, master, updated. 3.11.1-80-gf7914c6

claws at claws-mail.org claws at claws-mail.org
Sat Mar 21 12:19:59 CET 2015


The branch, master has been updated
       via  f7914c60266197106a7c600eedee2ad3143cf7c5 (commit)
      from  de6f18826fe06f2592e2436b70a340cb20241df0 (commit)

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


- Log -----------------------------------------------------------------
commit f7914c60266197106a7c600eedee2ad3143cf7c5
Author: Paul <paul at claws-mail.org>
Date:   Sat Mar 21 11:19:40 2015 +0000

    fix bug 3407, 'Pressing the "Date" column header to "sort by date" causes all columns to have a sort arrow.'
    
    It was only apparent when sorting by thread date, not sorting by date.

diff --git a/src/summaryview.c b/src/summaryview.c
index dacbc66..b3b1447 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -2809,7 +2809,7 @@ static void summary_set_column_titles(SummaryView *summaryview)
 
 		if (summaryview->sort_key == sort_by[type] ||
 		    (summaryview->sort_key == SORT_BY_THREAD_DATE &&
-		     sort_by[SORT_BY_DATE])) {
+		     sort_by[SORT_BY_DATE] && type == S_COL_DATE)) {
 			arrow = gtk_arrow_new
 				(summaryview->sort_type == SORT_ASCENDING
 				 ? GTK_ARROW_DOWN : GTK_ARROW_UP,

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list