Changeset 3f44e43 for protocols/account.c
- Timestamp:
- 2016-11-21T07:49:26Z (8 years ago)
- Children:
- 7a9d968
- Parents:
- 537d9b9 (diff), 5a8afc3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/account.c
r537d9b9 r3f44e43 71 71 s->flags |= SET_NOSAVE | ACC_SET_OFFLINE_ONLY | ACC_SET_LOCKABLE; 72 72 set_setstr(&a->set, "username", user); 73 74 if (prpl == &protocol_missing) { 75 s = set_add(&a->set, "server", NULL, set_eval_account, a); 76 s->flags |= SET_NOSAVE | SET_HIDDEN | ACC_SET_OFFLINE_ONLY | ACC_SET_ONLINE_ONLY; 77 } 73 78 74 79 /* Hardcode some more clever tag guesses. */
Note: See TracChangeset
for help on using the changeset viewer.