Mercurial > pidgin
changeset 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 | 4c29ee932d67 |
children | ccc0d9654098 |
files | src/blist.c |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
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--;