commit 6ca7f54aa3126cc0a9e3ad4b7479f1d290e4ea0b
parent fe69add11e46a3f49cdf6aa27709c661d3db90f0
Author: wwp <wwp@free.fr>
Date: Mon, 7 May 2018 13:11:26 +0200
Fix wrong type for layout_mode var in struct.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;