From: Sergio Villar Senin Date: Mon, 17 Dec 2007 10:39:06 +0000 (+0000) Subject: * Fixed the change to the new tinymail API X-Git-Tag: git_migration_finished~1911 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=ff43697f4334ca57173db32c347b54601c4e67b9 * Fixed the change to the new tinymail API pmo-trunk-r3928 --- diff --git a/src/modest-mail-operation.c b/src/modest-mail-operation.c index 86d444e..62f982e 100644 --- a/src/modest-mail-operation.c +++ b/src/modest-mail-operation.c @@ -1448,8 +1448,8 @@ recurse_folders_async_cb (TnyFolderStore *folder_store, /* Add pending call */ info->pending_calls++; - tny_folder_store_get_folders_async (folder, folders, NULL, recurse_folders_async_cb, - NULL, info); + tny_folder_store_get_folders_async (folder, folders, recurse_folders_async_cb, + NULL, NULL, info); g_object_unref (G_OBJECT (folder));