# HG changeset patch # User Nathan Walp # Date 1064417827 0 # Node ID ed14dda65d8e3ae73fb5ebb3c912680b45fcb32b # Parent a2d19d4da944323b5d73b4ba63abb815083d981f [gaim-migrate @ 7492] don't remove a bunch of contacts when an account goes offline committer: Tailor Script diff -r a2d19d4da944 -r ed14dda65d8e src/blist.c --- a/src/blist.c Wed Sep 24 15:18:00 2003 +0000 +++ b/src/blist.c Wed Sep 24 15:37:07 2003 +0000 @@ -1400,11 +1400,12 @@ ((GaimBuddy*)bnode)->idle = 0; ((GaimBuddy*)bnode)->evil = 0; + gaim_contact_compute_priority_buddy((GaimContact*)cnode); + if(ops) ops->remove(gaimbuddylist, bnode); } } - gaim_contact_compute_priority_buddy((GaimContact*)cnode); } else if(GAIM_BLIST_NODE_IS_CHAT(cnode) && ((GaimBlistChat*)cnode)->account == account) { ((GaimGroup*)gnode)->currentsize--;