Fix wrong type for layout_mode var in struct.
authorwwp <wwp@free.fr>
Mon, 7 May 2018 11:11:26 +0000 (13:11 +0200)
committerwwp <wwp@free.fr>
Mon, 7 May 2018 11:11:26 +0000 (13:11 +0200)
src/prefs_common.h

index 82e1b540490b6925c8a3d5a2a88b00bb66ac8d14..cc9451c5ab16fc0857480f3318bd912661e82d33 100644 (file)
@@ -381,7 +381,7 @@ struct _PrefsCommon
        GList *addressbook_custom_attributes;
 
        /* Interface */
-       gboolean layout_mode;
+       LayoutType layout_mode;
 
        gint statusbar_update_step;
        gboolean emulate_emacs;