Changeset f16c64d for protocols/nogaim.c
- Timestamp:
- 2015-05-25T15:47:08Z (9 years ago)
- Children:
- 2700925
- Parents:
- a852b2b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
ra852b2b rf16c64d 506 506 GHashTableIter nicks; 507 507 GSList *ret = NULL; 508 509 if (!(ic->acc->flags & ACC_FLAG_LOCAL_CONTACTS)) { 510 /* Only allow protocols that indicate local contact list 511 support to use this function. */ 512 return ret; 513 } 508 514 509 515 g_hash_table_iter_init(&nicks, ic->acc->nicks);
Note: See TracChangeset
for help on using the changeset viewer.