aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/em-account-editor.c2
2 files changed, 6 insertions, 1 deletions
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 <dmalcolm@redhat.com>
+
+ * em-account-editor.c: (emae_option_checkspin) initialize local
+ variable "label".
+
2005-08-04 Not Zed <NotZed@Ximian.com>
** 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;