Changeset c2a863d


Ignore:
Timestamp:
2013-04-23T08:06:10Z (11 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
f539d6e
Parents:
0a7a7e9
Message:

skype: fix build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/skype/skype.c

    r0a7a7e9 rc2a863d  
    15671567
    15681568        s = set_add(&acc->set, "mood_text", NULL, skype_set_mood_text, acc);
    1569         s->flags |= ACC_SET_NOSAVE | ACC_SET_ONLINE_ONLY;
     1569        s->flags |= SET_NOSAVE | ACC_SET_ONLINE_ONLY;
    15701570
    15711571        s = set_add(&acc->set, "call", NULL, skype_set_call, acc);
Note: See TracChangeset for help on using the changeset viewer.