* compile for tinymail API change
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Sun, 16 Dec 2007 10:08:45 +0000 (10:08 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Sun, 16 Dec 2007 10:08:45 +0000 (10:08 +0000)
pmo-trunk-r3926

src/modest-mail-operation.c

index 20b214e..86d444e 100644 (file)
@@ -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),
        /* 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);
 }
 
 /*
 }
 
 /*