* fix compiler warning
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Fri, 7 Sep 2007 11:59:44 +0000 (11:59 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Fri, 7 Sep 2007 11:59:44 +0000 (11:59 +0000)
pmo-trunk-r3242

src/modest-tny-account-store.c

index 46e7e1a..88a38ee 100644 (file)
@@ -1060,7 +1060,8 @@ static gboolean
 modest_tny_account_store_alert (TnyAccountStore *self, TnyAccount *account, TnyAlertType type,
                                gboolean question, const GError *error)
 {
-       ModestTransportStoreProtocol proto;
+       ModestTransportStoreProtocol proto =
+               MODEST_PROTOCOL_TRANSPORT_STORE_UNKNOWN; 
        const gchar* server_name = NULL;
        gchar *prompt = NULL;
        gboolean retval;