Changeset 1502
- Timestamp:
- 01/29/07 10:21:57
- Files:
-
- trunk/tests/shared/account-store.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tests/shared/account-store.c
r1353 r1502 112 112 tny_camel_account_set_session (TNY_CAMEL_ACCOUNT (account), me->session); 113 113 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); 115 115 116 116 tny_account_set_proto (account, "imap"); … … 132 132 tny_camel_account_set_session (TNY_CAMEL_ACCOUNT (account), me->session); 133 133 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); 135 135 136 136 tny_account_set_proto (account, "something");
