Mercurial > pidgin
diff src/blist.c @ 6959:7e18efe2944a
[gaim-migrate @ 7506]
i'm glad robot101 watches me like a hawk
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Wed, 24 Sep 2003 23:40:56 +0000 |
| parents | 166e42b26654 |
| children | 13da9fe5f213 |
line wrap: on
line diff
--- 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--;
