From 836f2ec69aecae6bfdc1f8b2a7e6ce0747ccbef8 Mon Sep 17 00:00:00 2001 From: Philip Van Hoof Date: Sat, 15 Dec 2007 19:24:30 +0000 Subject: [PATCH] Update Modest to latest API change in Tinymail - rev. 3141 pmo-trunk-r3925 --- src/modest-mail-operation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modest-mail-operation.c b/src/modest-mail-operation.c index 32b2c78..20b214e 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, 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)); -- 1.7.9.5