Changeset 2761
- Timestamp:
- 09/13/07 18:16:55
- Files:
-
- trunk/tests/shared/account-store.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tests/shared/account-store.c
r2537 r2761 116 116 tny_camel_account_set_session (TNY_CAMEL_ACCOUNT (account), me->session); 117 117 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); 119 119 120 120 tny_account_set_proto (account, "imap"); … … 136 136 tny_camel_account_set_session (TNY_CAMEL_ACCOUNT (account), me->session); 137 137 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); 139 139 140 140 tny_account_set_proto (account, "something");
