Changeset 1502

Show
Ignore:
Timestamp:
01/29/07 10:21:57
Author:
pvanhoof
Message:

Bugfix

Files:

Legend:

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

    r1353 r1502  
    112112                tny_camel_account_set_session (TNY_CAMEL_ACCOUNT (account), me->session); 
    113113                camel_session_set_online ((CamelSession*)me->session, me->force_online);  
    114                 tny_camel_account_set_online_status (TNY_CAMEL_ACCOUNT (account), !me->force_online); 
     114                tny_camel_account_set_online_status (TNY_CAMEL_ACCOUNT (account), !me->force_online, NULL); 
    115115 
    116116                tny_account_set_proto (account, "imap"); 
     
    132132                tny_camel_account_set_session (TNY_CAMEL_ACCOUNT (account), me->session); 
    133133                camel_session_set_online ((CamelSession*)me->session, me->force_online);  
    134                 tny_camel_account_set_online_status (TNY_CAMEL_ACCOUNT (account), !me->force_online); 
     134                tny_camel_account_set_online_status (TNY_CAMEL_ACCOUNT (account), !me->force_online, NULL); 
    135135 
    136136                tny_account_set_proto (account, "something");