Changeset d3a672c for protocols/oscar/oscar.c
- Timestamp:
- 2006-08-04T13:56:53Z (18 years ago)
- Branches:
- master
- Children:
- 846cec61
- Parents:
- 0aaca60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
r0aaca60 rd3a672c 362 362 s = set_add( &acc->set, "server", NULL, set_eval_account, acc ); 363 363 s->flags |= ACC_SET_NOSAVE | ACC_SET_OFFLINE_ONLY; 364 365 if (isdigit(acc->user[0])) { 366 s = set_add( &acc->set, "web_aware", "false", set_eval_bool, acc ); 367 s->flags |= ACC_SET_OFFLINE_ONLY; 368 } 364 369 } 365 370
Note: See TracChangeset
for help on using the changeset viewer.