From: Sergio Villar Senin Date: Mon, 17 Dec 2007 10:42:16 +0000 (+0000) Subject: * Reverted my previous commit, the problem was in tinymail camel X-Git-Tag: git_migration_finished~1910 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=90faf79ccd28b6581ff96f20da2e6e4dbd0bc34b * Reverted my previous commit, the problem was in tinymail camel pmo-trunk-r3929 --- diff --git a/src/modest-mail-operation.c b/src/modest-mail-operation.c index 62f982e..c479fca 100644 --- a/src/modest-mail-operation.c +++ b/src/modest-mail-operation.c @@ -1448,8 +1448,9 @@ recurse_folders_async_cb (TnyFolderStore *folder_store, /* Add pending call */ info->pending_calls++; - tny_folder_store_get_folders_async (folder, folders, recurse_folders_async_cb, - NULL, NULL, info); + tny_folder_store_get_folders_async (folder, folders, NULL, + recurse_folders_async_cb, + NULL, info); g_object_unref (G_OBJECT (folder));