From a137ce5a0a53046b91da4aec95cef490d7baa5b8 Mon Sep 17 00:00:00 2001 From: Philip Van Hoof Date: Wed, 27 Jun 2007 14:29:52 +0000 Subject: [PATCH] Commented out bugfix for setting new accounts online - regression problem pmo-trunk-r2462 --- src/modest-tny-account.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modest-tny-account.c b/src/modest-tny-account.c index 640094b..6779724 100644 --- a/src/modest-tny-account.c +++ b/src/modest-tny-account.c @@ -421,6 +421,7 @@ modest_tny_account_new_from_account (ModestAccountMgr *account_mgr, const gchar modest_account_mgr_free_account_data (account_mgr, account_data); +/* TnyAccountStore *astore = (TnyAccountStore *) modest_runtime_get_account_store (); if (astore) { TnyDevice *device = tny_account_store_get_device (astore); @@ -432,6 +433,7 @@ modest_tny_account_new_from_account (ModestAccountMgr *account_mgr, const gchar g_print ("Error connecting: %s\n", err->message); g_object_unref (device); } +*/ return tny_account; } -- 1.7.9.5