From: Sergio Villar Senin Date: Mon, 19 Oct 2009 09:32:13 +0000 (+0200) Subject: Fixed a compilation issue X-Git-Tag: 3.1.4 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=873354cbb68810b46b5e557b9eab825a6646abfd Fixed a compilation issue --- 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);