From 57d650bbc5269706553f345c68f634520976c355 Mon Sep 17 00:00:00 2001 From: wwp Date: Mon, 7 May 2018 13:11:26 +0200 Subject: [PATCH] Fix wrong type for layout_mode var in struct. --- src/prefs_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prefs_common.h b/src/prefs_common.h index 82e1b5404..cc9451c5a 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; -- 2.25.1