# HG changeset patch # User Nathan Walp # Date 1064796388 0 # Node ID 687fafe937d63c03df25e5a5cd5852a550db3186 # Parent 57ea8be4ff4ab22a52a85b50ac31dcb216e59568 [gaim-migrate @ 7559] fix some contact dragging weirdness that Robot101 noticed committer: Tailor Script diff -r 57ea8be4ff4a -r 687fafe937d6 src/blist.c --- a/src/blist.c Mon Sep 29 00:11:05 2003 +0000 +++ b/src/blist.c Mon Sep 29 00:46:28 2003 +0000 @@ -687,9 +687,12 @@ g_free(hb); } - if(!bnode->parent->child) + if(!bnode->parent->child) { gaim_blist_remove_contact((GaimContact*)bnode->parent); - + } else { + gaim_contact_compute_priority_buddy((GaimContact*)bnode->parent); + ops->update(gaimbuddylist, bnode->parent); + } } if(node && GAIM_BLIST_NODE_IS_BUDDY(node)) {