Changeset 2571
- Timestamp:
- 08/06/07 23:10:14
- Files:
-
- trunk/libtinymail-test/tny-list-test.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-test/tny-list-test.c
r2029 r2571 37 37 #include <camel/camel-folder-summary.h> 38 38 39 static TnyList *ifaces[ 6];39 static TnyList *ifaces[5]; 40 40 static gchar *str; 41 41 … … 46 46 ifaces[1] = TNY_LIST (tny_gtk_account_list_model_new ()); 47 47 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 ()); 51 50 52 51 return; … … 62 61 /* it is unrefed in tny_camel_store_account_get_folders_async_thread */ 63 62 sleep (1); 64 for (i=0; i < 6; i++)63 for (i=0; i < 5; i++) 65 64 { 66 65 g_object_unref (G_OBJECT (ifaces[i]));
