Wed, 24 Sep 2003 23:40:56 +0000
[gaim-migrate @ 7506]
i'm glad robot101 watches me like a hawk
| src/blist.c | file | annotate | diff | comparison | revisions |
--- a/src/blist.c Wed Sep 24 23:36:37 2003 +0000 +++ b/src/blist.c Wed Sep 24 23:40:56 2003 +0000 @@ -1411,7 +1411,11 @@ ops->remove(gaimbuddylist, bnode); } } - gaim_contact_compute_priority_buddy((GaimContact*)cnode); + if(recompute) { + gaim_contact_compute_priority_buddy((GaimContact*)cnode); + if(ops) + ops->remove(gaimbuddylist, bnode); + } } else if(GAIM_BLIST_NODE_IS_CHAT(cnode) && ((GaimBlistChat*)cnode)->account == account) { ((GaimGroup*)gnode)->currentsize--;