diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-06-07 23:41:17 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-06-07 23:41:17 +0100 |
commit | bb5ce5686638a490d21884c0d0abb7d9ced68a29 (patch) | |
tree | 5c44de1bf4653b92ca6d2750175e3ac9cc34c7a5 /protocols/oscar | |
parent | aa88e500329f2d9bbdb4915c6d46e7078353a879 (diff) |
s/ACC_SET_NOSAVE/SET_NOSAVE/.
Diffstat (limited to 'protocols/oscar')
-rw-r--r-- | protocols/oscar/oscar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/oscar/oscar.c b/protocols/oscar/oscar.c index 1366fe41..8fbd3026 100644 --- a/protocols/oscar/oscar.c +++ b/protocols/oscar/oscar.c @@ -377,7 +377,7 @@ static void oscar_init(account_t *acc) s = set_add(&acc->set, "server", icq ? AIM_DEFAULT_LOGIN_SERVER_ICQ : AIM_DEFAULT_LOGIN_SERVER_AIM, set_eval_account, acc); - s->flags |= ACC_SET_NOSAVE | ACC_SET_OFFLINE_ONLY; + s->flags |= SET_NOSAVE | ACC_SET_OFFLINE_ONLY; if (icq) { s = set_add(&acc->set, "web_aware", "false", set_eval_bool, acc); |