From: Sergio Villar Senin Date: Tue, 17 Jun 2008 10:49:35 +0000 (+0000) Subject: * Fixes NB#85743, do not hang when changing settings while a send operation is ongoing X-Git-Tag: git_migration_finished~1310 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=d8c8e7379d3f970fa0b098b4de81e9438e161e08 * Fixes NB#85743, do not hang when changing settings while a send operation is ongoing pmo-trunk-r4698 --- diff --git a/src/modest-tny-account.c b/src/modest-tny-account.c index 8b95766..948d7b4 100644 --- a/src/modest-tny-account.c +++ b/src/modest-tny-account.c @@ -534,13 +534,6 @@ modest_tny_account_update_from_account (TnyAccount *tny_account, g_object_unref (server_settings); g_object_unref (settings); - tny_account_set_forget_pass_func (tny_account, NULL); - tny_account_set_pass_func (tny_account, NULL); - tny_account_set_forget_pass_func (tny_account, - forget_pass_func ? forget_pass_func : forget_pass_dummy); - tny_account_set_pass_func (tny_account, - get_pass_func ? get_pass_func: get_pass_dummy); - tny_account_set_connection_policy (tny_account, modest_default_connection_policy_new ()); /* The callback will have an error for you if the reconnect