From 10b57ff8f8716e5393e24d73dc916b33083120e5 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Fri, 5 Aug 2005 16:27:27 +0000 Subject: (emae_option_checkspin) initialize local variable "label". svn path=/trunk/; revision=30008 --- mail/em-account-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-account-editor.c') 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; -- cgit v1.2.3