aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-account-editor.h')
-rw-r--r--mail/em-account-editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-account-editor.h b/mail/em-account-editor.h
index 0a46aa45a9..7848f1eff1 100644
--- a/mail/em-account-editor.h
+++ b/mail/em-account-editor.h
@@ -55,7 +55,7 @@ struct _EMAccountEditor {
struct _EAccount *account; /* working account, must instant apply to this */
struct _EAccount *original; /* original account, not changed unless commit is invoked */
- int do_signature:1; /* allow editing signature */
+ guint do_signature:1; /* allow editing signature */
};
struct _EMAccountEditorClass {