Changeset 1873

Show
Ignore:
Timestamp:
04/30/07 19:14:38
Author:
pvanhoof
Message:

Fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail/tny-combined-account.c

    r1872 r1873  
    550550                        &info, 0); 
    551551 
     552                g_type_add_interface_static (type, TNY_TYPE_ACCOUNT, 
     553                        &tny_account_info); 
     554 
     555                g_type_add_interface_static (type, TNY_TYPE_FOLDER_STORE, 
     556                        &tny_folder_store_info); 
     557 
    552558                g_type_add_interface_static (type, TNY_TYPE_STORE_ACCOUNT, 
    553559                        &tny_store_account_info); 
     
    556562                        &tny_transport_account_info); 
    557563 
    558                 g_type_add_interface_static (type, TNY_TYPE_ACCOUNT, 
    559                         &tny_account_info); 
    560  
    561                 g_type_add_interface_static (type, TNY_TYPE_FOLDER_STORE, 
    562                         &tny_folder_store_info); 
    563564 
    564565        }