diff options
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 0a1de519..05be086d 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); | 
