Changeset e135cd09 for protocols


Ignore:
Timestamp:
2010-07-24T15:58:27Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0f28785
Parents:
40e6dac
Message:

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).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/account.c

    r40e6dac re135cd09  
    6767       
    6868        s = set_add( &a->set, "tag", NULL, set_eval_account, a );
     69        s->flags |= ACC_SET_NOSAVE;
    6970       
    7071        s = set_add( &a->set, "username", NULL, set_eval_account, a );
Note: See TracChangeset for help on using the changeset viewer.