From e135cd0997fb88ae644e63b6b7457ba08a60661a Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 24 Jul 2010 17:58:27 +0200 Subject: Use the account tag in a few places and store it in the XML file as an attribute, not as a setting (since all accounts have it anyway). --- protocols/account.c | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/account.c') diff --git a/protocols/account.c b/protocols/account.c index 6a762e8b..7fceae91 100644 --- a/protocols/account.c +++ b/protocols/account.c @@ -66,6 +66,7 @@ account_t *account_add( bee_t *bee, struct prpl *prpl, char *user, char *pass ) s->flags |= ACC_SET_NOSAVE | SET_NULL_OK; s = set_add( &a->set, "tag", NULL, set_eval_account, a ); + s->flags |= ACC_SET_NOSAVE; s = set_add( &a->set, "username", NULL, set_eval_account, a ); s->flags |= ACC_SET_NOSAVE | ACC_SET_OFFLINE_ONLY; -- cgit v1.2.3