Changeset e31e5b8 for protocols/skype
- Timestamp:
- 2013-04-20T13:05:55Z (12 years ago)
- Branches:
- master
- Children:
- dd95ce4
- Parents:
- 9b2a8c1 (diff), bfafb99 (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/skype/skype.c
r9b2a8c1 re31e5b8 1561 1561 s = set_add(&acc->set, "display_name", NULL, skype_set_display_name, 1562 1562 acc); 1563 s->flags |= ACC_SET_NOSAVE | ACC_SET_ONLINE_ONLY;1563 s->flags |= SET_NOSAVE | ACC_SET_ONLINE_ONLY; 1564 1564 1565 1565 s = set_add(&acc->set, "mood_text", NULL, skype_set_mood_text, acc); … … 1567 1567 1568 1568 s = set_add(&acc->set, "call", NULL, skype_set_call, acc); 1569 s->flags |= ACC_SET_NOSAVE | ACC_SET_ONLINE_ONLY;1569 s->flags |= SET_NOSAVE | ACC_SET_ONLINE_ONLY; 1570 1570 1571 1571 s = set_add(&acc->set, "balance", NULL, skype_set_balance, acc); 1572 s->flags |= ACC_SET_NOSAVE | ACC_SET_ONLINE_ONLY;1572 s->flags |= SET_NOSAVE | ACC_SET_ONLINE_ONLY; 1573 1573 1574 1574 s = set_add(&acc->set, "skypeout_offline", "true", set_eval_bool, acc);
Note: See TracChangeset
for help on using the changeset viewer.