Changeset 2571

Show
Ignore:
Timestamp:
08/06/07 23:10:14
Author:
pvanhoof
Message:

Some fixes, preparing for a release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-test/tny-list-test.c

    r2029 r2571  
    3737#include <camel/camel-folder-summary.h> 
    3838 
    39 static TnyList *ifaces[6]; 
     39static TnyList *ifaces[5]; 
    4040static gchar *str; 
    4141 
     
    4646        ifaces[1] = TNY_LIST (tny_gtk_account_list_model_new ()); 
    4747        ifaces[2] = TNY_LIST (tny_gtk_attach_list_model_new ()); 
    48         ifaces[3] = TNY_LIST (tny_gtk_folder_store_tree_model_new (FALSE, NULL)); 
    49         ifaces[4] = TNY_LIST (tny_gtk_folder_store_tree_model_new (TRUE, NULL)); 
    50         ifaces[5] = TNY_LIST (tny_gtk_header_list_model_new ()); 
     48        ifaces[3] = TNY_LIST (tny_gtk_folder_store_tree_model_new (NULL)); 
     49        ifaces[4] = TNY_LIST (tny_gtk_header_list_model_new ()); 
    5150 
    5251        return; 
     
    6261    /* it is unrefed in tny_camel_store_account_get_folders_async_thread */ 
    6362    sleep (1); 
    64     for (i=0; i < 6; i++) 
     63    for (i=0; i < 5; i++) 
    6564    { 
    6665         g_object_unref (G_OBJECT (ifaces[i]));