From ad54019090922d0785ca8eee06737be1ce04f027 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Mon, 2 Feb 2009 19:56:26 +0000 Subject: [PATCH] Default name for transport account is the account name (fixes NB#100153). pmo-trunk-r7364 --- src/modest-tny-account.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modest-tny-account.c b/src/modest-tny-account.c index cd7abdb..c8fa339 100644 --- a/src/modest-tny-account.c +++ b/src/modest-tny-account.c @@ -361,6 +361,7 @@ modest_tny_account_new_from_server_account_name (ModestAccountMgr *account_mgr, ModestProtocol *protocol; const gchar* proto_name = NULL; tny_account_set_id (tny_account, server_account_name); + tny_account_set_name (tny_account, server_account_name); tny_camel_account_set_session (TNY_CAMEL_ACCOUNT (tny_account), session); protocol = modest_protocol_registry_get_protocol_by_type (protocol_registry, modest_server_account_settings_get_protocol (server_settings)); proto_name = modest_protocol_get_name (protocol); -- 1.7.9.5