# HG changeset patch # User Nathan Walp # Date 1064695756 0 # Node ID 7db9b30203458ef72b3d1e8434b7437370e7a960 # Parent 083d1e4a9c787cf172fe32de691eae0927eadf90 [gaim-migrate @ 7539] this should make contacts not disappear when your account signs off (that is, if they're not _supposed_ to disappear) committer: Tailor Script diff -r 083d1e4a9c78 -r 7db9b3020345 src/blist.c --- a/src/blist.c Sat Sep 27 19:17:21 2003 +0000 +++ b/src/blist.c Sat Sep 27 20:49:16 2003 +0000 @@ -1439,8 +1439,11 @@ ops->remove(gaimbuddylist, bnode); } } - if(recompute) + if(recompute) { gaim_contact_compute_priority_buddy((GaimContact*)cnode); + if(ops) + ops->update(gaimbuddylist, cnode); + } } else if(GAIM_BLIST_NODE_IS_CHAT(cnode) && ((GaimBlistChat*)cnode)->account == account) { ((GaimGroup*)gnode)->currentsize--;