Changeset 1fa6a23
- Timestamp:
- 2005-12-20T20:53:38Z (19 years ago)
- Branches:
- master
- Children:
- d9d36fc, ffea9b9
- Parents:
- 00f434f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.c
r00f434f r1fa6a23 1249 1249 gjab_auth(gjc); 1250 1250 } else { 1251 gjab_reqroster(gjc); 1251 1252 account_online(GJ_GC(gjc)); 1252 1253 if (bud_list_cache_exists(GJ_GC(gjc))) 1254 do_import(GJ_GC(gjc), NULL); 1255 1253 1256 1254 ((struct jabber_data *)GJ_GC(gjc)->proto_data)->did_import = TRUE; 1257 1258 gjab_reqroster(gjc);1259 1255 } 1260 1256 } else {
Note: See TracChangeset
for help on using the changeset viewer.