From 998832b5e2929f9e961253eb300f02f75dc20744 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 14 Apr 2008 11:57:32 +0000 Subject: [PATCH] * fix small copy-paste bug: forget the password for the transport account pmo-trunk-r4409 --- 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 db9ac1d..8891dba 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -1799,7 +1799,7 @@ on_account_removed (ModestAccountMgr *acc_mgr, TnyFolder *outbox = NULL; /* Forget any cached password for the account */ - forget_password_in_memory (self, tny_account_get_id (store_account)); + forget_password_in_memory (self, tny_account_get_id (transport_account)); /* Remove it from the list of accounts and notify the observers. Do not need to wait for account -- 1.7.9.5