From e5a60e3e42d0992668b6b374f8a4662528972103 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Mon, 8 Jun 2009 10:16:47 +0200 Subject: [PATCH] Added a proper initialization --- src/modest-ui-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index 27db767..94f7939 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -3364,7 +3364,7 @@ do_create_folder_cb (ModestMailOperation *mail_op, error = modest_mail_operation_get_error (mail_op); if (error) { - gboolean disk_full; + gboolean disk_full = FALSE; TnyAccount *account; /* Show an error. If there was some problem writing to disk, show it, otherwise show the generic folder -- 1.7.9.5