From 640a5213c17c3b6b6291da0396adfda7b00c7e43 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Fri, 20 Mar 2009 11:18:41 +0000 Subject: [PATCH] Fixed a mistake added in 8239 pmo-trunk-r8245 --- src/modest-tny-account-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modest-tny-account-store.c b/src/modest-tny-account-store.c index 662cd67..28d6680 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -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++) -- 1.7.9.5