changeset 7723:9235eecc9f74

[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 <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 03 Dec 2003 07:38:43 +0000
parents db1542e84ee6
children 613b20c69d2c
files src/gtkblist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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