[Commits] [SCM] claws branch, master, updated. 3.11.1-82-g5385cff

ticho at claws-mail.org ticho at claws-mail.org
Sun Mar 22 11:46:13 CET 2015


The branch, master has been updated
       via  5385cff85e5788ca994cc24c127872f6627e6df2 (commit)
      from  908e37385571d47241dcbfa7d18fff4c9824dcb9 (commit)

Summary of changes:
 src/gtk/foldersort.c |    1 +
 1 file changed, 1 insertion(+)


- Log -----------------------------------------------------------------
commit 5385cff85e5788ca994cc24c127872f6627e6df2
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sun Mar 22 11:45:42 2015 +0100

    Allow single-click to select mailboxes in the mailbox order dialog.

diff --git a/src/gtk/foldersort.c b/src/gtk/foldersort.c
index 4029a70..20bca99 100644
--- a/src/gtk/foldersort.c
+++ b/src/gtk/foldersort.c
@@ -211,6 +211,7 @@ void foldersort_open()
 	gtk_widget_show(folderlist);
 	gtk_container_add(GTK_CONTAINER(scrolledwindow1), folderlist);
 	gtk_cmclist_set_column_width(GTK_CMCLIST(folderlist), 0, 80);
+	gtk_cmclist_set_selection_mode(GTK_CMCLIST(folderlist), GTK_SELECTION_BROWSE);
 	gtk_cmclist_column_titles_show(GTK_CMCLIST(folderlist));
 
 	label2 = gtk_label_new(_("Mailboxes"));

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list