Changeset 88b3a07 for protocols/oscar
- Timestamp:
- 2006-04-13T07:15:42Z (19 years ago)
- Branches:
- master
- Children:
- c99af3a
- Parents:
- 11bcee9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
r11bcee9 r88b3a07 2058 2058 name = g_strdup(normalize(curitem->name)); 2059 2059 gc->permit = g_slist_append(gc->permit, name); 2060 build_allow_list();2061 2060 tmp++; 2062 2061 } … … 2072 2071 name = g_strdup(normalize(curitem->name)); 2073 2072 gc->deny = g_slist_append(gc->deny, name); 2074 build_block_list();2075 2073 tmp++; 2076 2074 }
Note: See TracChangeset
for help on using the changeset viewer.