Changeset 2761

Show
Ignore:
Timestamp:
09/13/07 18:16:55
Author:
svillar
Message:

Updated to the latest Tinymail API

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tests/shared/account-store.c

    r2537 r2761  
    116116                tny_camel_account_set_session (TNY_CAMEL_ACCOUNT (account), me->session); 
    117117                camel_session_set_online ((CamelSession*)me->session, me->force_online);  
    118                 tny_camel_account_set_online (TNY_CAMEL_ACCOUNT (account), me->force_online, NULL); 
     118                tny_camel_account_set_online (TNY_CAMEL_ACCOUNT (account), me->force_online, NULL, NULL); 
    119119 
    120120                tny_account_set_proto (account, "imap"); 
     
    136136                tny_camel_account_set_session (TNY_CAMEL_ACCOUNT (account), me->session); 
    137137                camel_session_set_online ((CamelSession*)me->session, me->force_online);  
    138                 tny_camel_account_set_online (TNY_CAMEL_ACCOUNT (account), me->force_online, NULL); 
     138                tny_camel_account_set_online (TNY_CAMEL_ACCOUNT (account), me->force_online, NULL, NULL); 
    139139 
    140140                tny_account_set_proto (account, "something");