[Commits] [SCM] claws branch, master, updated. 3.16.0-158-g57d650b
wwp at claws-mail.org
wwp at claws-mail.org
Mon May 7 13:12:36 CEST 2018
The branch, master has been updated
via 57d650bbc5269706553f345c68f634520976c355 (commit)
from 4e838df8becc76c71418014572b7ce9b62e55a64 (commit)
Summary of changes:
src/prefs_common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 57d650bbc5269706553f345c68f634520976c355
Author: wwp <wwp at free.fr>
Date: Mon May 7 13:11:26 2018 +0200
Fix wrong type for layout_mode var in struct.
diff --git a/src/prefs_common.h b/src/prefs_common.h
index 82e1b54..cc9451c 100644
--- a/src/prefs_common.h
+++ b/src/prefs_common.h
@@ -381,7 +381,7 @@ struct _PrefsCommon
GList *addressbook_custom_attributes;
/* Interface */
- gboolean layout_mode;
+ LayoutType layout_mode;
gint statusbar_update_step;
gboolean emulate_emacs;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list