From: Dirk-Jan C. Binnema Date: Sun, 16 Dec 2007 10:08:45 +0000 (+0000) Subject: * compile for tinymail API change X-Git-Tag: git_migration_finished~1913 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=6dd74a7b828df851f29575fc8ca4074d7d851993 * compile for tinymail API change pmo-trunk-r3926 --- diff --git a/src/modest-mail-operation.c b/src/modest-mail-operation.c index 20b214e..86d444e 100644 --- a/src/modest-mail-operation.c +++ b/src/modest-mail-operation.c @@ -1569,8 +1569,9 @@ modest_mail_operation_update_account (ModestMailOperation *self, /* Get all folders and continue in the callback */ folders = tny_simple_list_new (); tny_folder_store_get_folders_async (TNY_FOLDER_STORE (store_account), - folders, recurse_folders_async_cb, - NULL, NULL, info); + folders, NULL, + recurse_folders_async_cb, + NULL, info); } /*