# HG changeset patch # User Nathan Walp # Date 1064528076 0 # Node ID a83687eeb713d0e1b1d82733dab23d5fae3944db # Parent fca04eebd2a7cbccc1ba0d3de0565cb009888498 [gaim-migrate @ 7528] more code I thought I wrote already committer: Tailor Script diff -r fca04eebd2a7 -r a83687eeb713 src/blist.c --- a/src/blist.c Thu Sep 25 20:23:41 2003 +0000 +++ b/src/blist.c Thu Sep 25 22:14:36 2003 +0000 @@ -799,6 +799,9 @@ g_return_if_fail(contact != NULL); g_return_if_fail(GAIM_BLIST_NODE_IS_CONTACT((GaimBlistNode*)contact)); + if((GaimBlistNode*)contact == node) + return; + if(node && (GAIM_BLIST_NODE_IS_CONTACT(node) || GAIM_BLIST_NODE_IS_CHAT(node))) g = (GaimGroup*)node->parent;