talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 57d650bbc5269706553f345c68f634520976c355
parent 4e838df8becc76c71418014572b7ce9b62e55a64
Author: wwp <wwp@free.fr>
Date:   Mon,  7 May 2018 13:11:26 +0200

Fix wrong type for layout_mode var in struct.

Diffstat:
Msrc/prefs_common.h | 2+-
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;