Changeset 1881

Show
Ignore:
Timestamp:
05/03/07 08:40:09
Author:
svillar
Message:

Fixed a build error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r1880 r1881  
     12007-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 
    152007-05-02  Javier Fernandez Garcia-Boente  <jfernandez@igalia.com> 
    26 
     
    610                * get_folders_async_func 
    711        * 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 
    915 
    10162007-04-30  Philip Van Hoof  <pvanhoof@gnome.org> 
  • trunk/tests/functional/folder-lister-async.c

    r1347 r1881  
    6161             
    6262                tny_folder_store_get_folders_async (folder, 
    63                         folders, callback, NULL, NULL); 
     63                        folders, callback, NULL, NULL, NULL); 
    6464             
    6565                g_object_unref (G_OBJECT (folder)); 
     
    8787        folders = tny_simple_list_new (); 
    8888        tny_folder_store_get_folders_async (TNY_FOLDER_STORE (account), 
    89                 folders, callback, NULL, NULL); 
     89                folders, callback, NULL, NULL, NULL); 
    9090     
    9191        return FALSE;