Changeset 93e0901 for protocols/purple
- Timestamp:
- 2015-05-24T18:51:57Z (9 years ago)
- Children:
- 8c3637b
- Parents:
- 2446e4c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/purple.c
r2446e4c r93e0901 261 261 } 262 262 purple_accounts_remove(pa); 263 264 /* Last, some protocols want their contact lists locally. */ 265 if (strcmp(acc->prpl->name, "whatsapp") == 0 || strcmp(acc->prpl->name, "gg") == 0) { 266 acc->flags |= ACC_FLAG_LOCAL_CONTACTS; 267 } 263 268 } 264 269
Note: See TracChangeset
for help on using the changeset viewer.