[gaim-migrate @ 7506]

Wed, 24 Sep 2003 23:40:56 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Wed, 24 Sep 2003 23:40:56 +0000
changeset 6959
80a03de1a82f
parent 6958
9df20cca92d6
child 6960
3ee432ca174b

[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--;

mercurial