Fixed a mistake added in 8239
authorSergio Villar Senin <svillar@igalia.com>
Fri, 20 Mar 2009 11:18:41 +0000 (11:18 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Fri, 20 Mar 2009 11:18:41 +0000 (11:18 +0000)
pmo-trunk-r8245

src/modest-tny-account-store.c

index 662cd67..28d6680 100644 (file)
@@ -2141,7 +2141,7 @@ modest_tny_account_store_shutdown (ModestTnyAccountStore *self,
        num_accounts = 0;
        if (priv->store_accounts)
                num_accounts += tny_list_get_length (priv->store_accounts);
-       if (priv->transport_accounts) {
+       if (priv->transport_accounts)
                num_accounts += tny_list_get_length (priv->transport_accounts);
 
        for (i = 0 ; i < num_accounts ; i++)