[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-457-g3d616af
ticho at claws-mail.org
ticho at claws-mail.org
Sun Nov 4 11:30:49 CET 2018
The branch, gtk3 has been updated
via 3d616afd6dcf638ab0bb1634f53f573e8b72df78 (commit)
from 71b0a50c5040f68443e9973ef99e89d7686729dd (commit)
Summary of changes:
src/foldersel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 3d616afd6dcf638ab0bb1634f53f573e8b72df78
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Sun Nov 4 11:29:19 2018 +0100
Fix wrong color type in treeview model of folder selection dialog.
diff --git a/src/foldersel.c b/src/foldersel.c
index 38181e1..82e9c90 100644
--- a/src/foldersel.c
+++ b/src/foldersel.c
@@ -281,7 +281,7 @@ static void foldersel_create(const gchar *title)
G_TYPE_POINTER,
GDK_TYPE_PIXBUF,
GDK_TYPE_PIXBUF,
- GDK_TYPE_COLOR,
+ GDK_TYPE_RGBA,
G_TYPE_INT);
gtk_tree_sortable_set_sort_func(GTK_TREE_SORTABLE(tree_store),
FOLDERSEL_FOLDERNAME,
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list