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/ChangeLog | 5 +++++ mail/em-account-editor.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index a168fdd152..851e19f56d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2005-08-05 David Malcolm + + * em-account-editor.c: (emae_option_checkspin) initialize local + variable "label". + 2005-08-04 Not Zed ** See bug #273885. 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