[Commits] [SCM] claws branch, master, updated. 3.17.0-130-gd427137

ticho at claws-mail.org ticho at claws-mail.org
Wed Oct 24 17:20:26 CEST 2018


The branch, master has been updated
       via  d427137200976ffdf8f27ba9c53b0ffffa1970d3 (commit)
      from  326921cbe7050daca9781c3eb3156c8c1b28453d (commit)

Summary of changes:
 src/addressbook.c     |    2 --
 src/editgroup.c       |    2 --
 src/folderview.c      |    1 -
 src/grouplistdialog.c |    1 -
 src/summaryview.c     |    1 -
 5 files changed, 7 deletions(-)


- Log -----------------------------------------------------------------
commit d427137200976ffdf8f27ba9c53b0ffffa1970d3
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Wed Oct 24 17:20:10 2018 +0200

    Do not use gtk_cmctree_set_line_style(), since it does nothing.

diff --git a/src/addressbook.c b/src/addressbook.c
index 342163e..6592385 100644
--- a/src/addressbook.c
+++ b/src/addressbook.c
@@ -1016,7 +1016,6 @@ static void addressbook_create(void)
 	gtk_container_add(GTK_CONTAINER(ctree_swin), ctree);
 	gtk_cmclist_set_selection_mode(GTK_CMCLIST(ctree), GTK_SELECTION_BROWSE);
 	gtk_cmclist_set_column_width(GTK_CMCLIST(ctree), 0, COL_FOLDER_WIDTH);
-	gtk_cmctree_set_line_style(GTK_CMCTREE(ctree), GTK_CMCTREE_LINES_NONE);
 	gtk_cmctree_set_expander_style(GTK_CMCTREE(ctree),
 			     GTK_CMCTREE_EXPANDER_TRIANGLE);
 	gtk_sctree_set_stripes(GTK_SCTREE(ctree), prefs_common.use_stripes_in_summaries);
@@ -1065,7 +1064,6 @@ static void addressbook_create(void)
 	clist = gtk_sctree_new_with_titles(N_LIST_COLS, 0, list_titles);
 	gtk_container_add(GTK_CONTAINER(clist_swin), clist);
 	gtk_cmclist_set_selection_mode(GTK_CMCLIST(clist), GTK_SELECTION_MULTIPLE);
-	gtk_cmctree_set_line_style(GTK_CMCTREE(clist), GTK_CMCTREE_LINES_NONE);
 	gtk_cmctree_set_expander_style(GTK_CMCTREE(clist),
 			     GTK_CMCTREE_EXPANDER_TRIANGLE);
 	gtk_sctree_set_stripes(GTK_SCTREE(ctree), prefs_common.use_stripes_in_summaries);
diff --git a/src/editgroup.c b/src/editgroup.c
index f1ca94b..21e77f2 100644
--- a/src/editgroup.c
+++ b/src/editgroup.c
@@ -352,7 +352,6 @@ static void addressbook_edit_group_create( gboolean *cancelled ) {
 
 	clist_group = gtk_sctree_new_with_titles( GROUP_N_COLS, 0, titles );
 	gtk_container_add( GTK_CONTAINER(clist_swin), clist_group );
-	gtk_cmctree_set_line_style(GTK_CMCTREE(clist_group), GTK_CMCTREE_LINES_NONE);
 	gtk_cmctree_set_expander_style(GTK_CMCTREE(clist_group),
 			     GTK_CMCTREE_EXPANDER_TRIANGLE);
 	gtk_sctree_set_stripes(GTK_SCTREE(clist_group), prefs_common.use_stripes_in_summaries);
@@ -385,7 +384,6 @@ static void addressbook_edit_group_create( gboolean *cancelled ) {
 
 	clist_avail = gtk_sctree_new_with_titles( GROUP_N_COLS, 0, titles );
 	gtk_container_add( GTK_CONTAINER(clist_swin), clist_avail );
-	gtk_cmctree_set_line_style(GTK_CMCTREE(clist_avail), GTK_CMCTREE_LINES_NONE);
 	gtk_cmctree_set_expander_style(GTK_CMCTREE(clist_avail),
 			     GTK_CMCTREE_EXPANDER_TRIANGLE);
 	gtk_cmclist_set_selection_mode( GTK_CMCLIST(clist_avail), GTK_SELECTION_MULTIPLE );
diff --git a/src/folderview.c b/src/folderview.c
index 03a63c7..63cabc2 100644
--- a/src/folderview.c
+++ b/src/folderview.c
@@ -461,7 +461,6 @@ static GtkWidget *folderview_ctree_create(FolderView *folderview)
 	gtk_cmclist_set_column_justification(GTK_CMCLIST(ctree), 
 					   col_pos[F_COL_TOTAL],
 					   GTK_JUSTIFY_RIGHT);
-	gtk_cmctree_set_line_style(GTK_CMCTREE(ctree), GTK_CMCTREE_LINES_NONE);
 	gtk_cmctree_set_expander_style(GTK_CMCTREE(ctree),
 			     GTK_CMCTREE_EXPANDER_TRIANGLE);
 
diff --git a/src/grouplistdialog.c b/src/grouplistdialog.c
index 91fab55..9ff8b25 100644
--- a/src/grouplistdialog.c
+++ b/src/grouplistdialog.c
@@ -211,7 +211,6 @@ static void grouplist_dialog_create(void)
 	gtk_cmclist_set_column_auto_resize(GTK_CMCLIST(ctree), 0, TRUE);
 	gtk_cmclist_set_selection_mode(GTK_CMCLIST(ctree), GTK_SELECTION_MULTIPLE);
 	
-	gtk_cmctree_set_line_style(GTK_CMCTREE(ctree), GTK_CMCTREE_LINES_NONE);
 	gtk_cmctree_set_expander_style(GTK_CMCTREE(ctree),
 				GTK_CMCTREE_EXPANDER_TRIANGLE);
 
diff --git a/src/summaryview.c b/src/summaryview.c
index ea46f15..a80f6c4 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -6666,7 +6666,6 @@ static GtkWidget *summary_ctree_create(SummaryView *summaryview)
 	gtk_cmclist_set_column_width(GTK_CMCLIST(ctree), col_pos[S_COL_TAGS],
 				   prefs_common.summary_col_size[S_COL_TAGS]);
 
-	gtk_cmctree_set_line_style(GTK_CMCTREE(ctree), GTK_CMCTREE_LINES_NONE);
 	gtk_cmctree_set_expander_style(GTK_CMCTREE(ctree),
 			     GTK_CMCTREE_EXPANDER_TRIANGLE);
 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list