# HG changeset patch # User Nathan Walp # Date 1070437123 0 # Node ID 9235eecc9f745912ce5345c644e820f722118685 # Parent db1542e84ee6220baf0768e88027f3c6d68cc7a4 [gaim-migrate @ 8368] i've played around with this, and it seems a lot more intuitive to me, so I figured i'd let everyone else try it and see what they thought committer: Tailor Script diff -r db1542e84ee6 -r 9235eecc9f74 src/gtkblist.c --- a/src/gtkblist.c Wed Dec 03 07:12:59 2003 +0000 +++ b/src/gtkblist.c Wed Dec 03 07:38:43 2003 +0000 @@ -1478,7 +1478,7 @@ gtknode = node->ui_data; - if (node->child && node->child->next && GAIM_BLIST_NODE_IS_CONTACT(node) && !gtknode->contact_expanded) { + if (node->child && GAIM_BLIST_NODE_IS_CONTACT(node) && ((GaimContact*)node)->online > 1 && !gtknode->contact_expanded) { GtkTreeIter i; gaim_gtk_blist_expand_contact_cb(NULL, node); tooltip_top = TRUE; /* When the person expands, the new screennames will be below. We'll draw the tip above