From f11a13e80ef77941f54e7f260e6c85e1a0dd569f Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Tue, 31 Mar 2009 11:57:36 +0000 Subject: [PATCH] Typo fix pmo-trunk-r8495 --- src/modest-ui-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index fde55c7..0d8a4b7 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -2524,7 +2524,7 @@ set_active_account_from_tny_account (TnyAccount *account, /* We need the TnyAccount provided by the account store because that is the one that knows the name of the Modest account */ - TnyAccount *modest_server_account = modest_server_account = + TnyAccount *modest_server_account = modest_tny_account_store_get_tny_account_by (modest_runtime_get_account_store (), MODEST_TNY_ACCOUNT_STORE_QUERY_ID, server_acc_name); -- 1.7.9.5