From 9fd2ae75a0423de15998024bc0149f5e2ec51a5f Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Mon, 19 Oct 2009 11:32:13 +0200 Subject: [PATCH] Fixed a compilation issue --- src/hildon2/modest-maemo-security-options-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hildon2/modest-maemo-security-options-view.c b/src/hildon2/modest-maemo-security-options-view.c index c667937..dca4460 100644 --- a/src/hildon2/modest-maemo-security-options-view.c +++ b/src/hildon2/modest-maemo-security-options-view.c @@ -213,7 +213,7 @@ on_entry_changed (GtkEditable *editable, ModestMaemoSecurityOptionsViewPrivate *priv; ModestSecurityOptionsViewPrivate *ppriv; ModestSecureauthPicker *picker; - gboolean is_secure; + gboolean is_secure = FALSE; ModestProtocolRegistry *protocol_registry; self = MODEST_SECURITY_OPTIONS_VIEW (user_data); -- 1.7.9.5