Changeset 1881
- Timestamp:
- 05/03/07 08:40:09
- Files:
-
- trunk/ChangeLog (modified) (2 diffs)
- trunk/tests/functional/folder-lister-async.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r1880 r1881 1 2007-05-03 Sergio Villar Senin <svillar@igalia.com> 2 * tests/functional/folder-lister-async.c: Fixed a build error in the 3 tests caused by the API changes of yesterday 4 1 5 2007-05-02 Javier Fernandez Garcia-Boente <jfernandez@igalia.com> 2 6 … … 6 10 * get_folders_async_func 7 11 * Camel implementation functions have been changed, but NULL 8 was assigned to status_callback, for the moment. 12 was assigned to status_callback, for the moment. 13 14 * This was a major API change 9 15 10 16 2007-04-30 Philip Van Hoof <pvanhoof@gnome.org> trunk/tests/functional/folder-lister-async.c
r1347 r1881 61 61 62 62 tny_folder_store_get_folders_async (folder, 63 folders, callback, NULL, NULL );63 folders, callback, NULL, NULL, NULL); 64 64 65 65 g_object_unref (G_OBJECT (folder)); … … 87 87 folders = tny_simple_list_new (); 88 88 tny_folder_store_get_folders_async (TNY_FOLDER_STORE (account), 89 folders, callback, NULL, NULL );89 folders, callback, NULL, NULL, NULL); 90 90 91 91 return FALSE;
