diff options
Diffstat (limited to 'mail/em-account-editor.c')
-rw-r--r-- | mail/em-account-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index ee2a5a75d6..70936abf97 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -1872,7 +1872,7 @@ emae_option_checkspin_check_changed(GtkToggleButton *toggle, EMAccountEditorServ static GtkWidget * emae_option_checkspin(EMAccountEditorService *service, CamelURL *url, const char *name, const char *fmt, const char *info) { - GtkWidget *hbox, *check, *spin, *label; + GtkWidget *hbox, *check, *spin, *label = NULL; double min, def, max; char *pre, *post; const char *val; |