comparison src/gtkblist.c @ 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 5fe29daf52d7
children 36727d6e1d5a
comparison
equal deleted inserted replaced
7722:db1542e84ee6 7723:9235eecc9f74
1476 && !GAIM_BLIST_NODE_IS_CHAT(node)) 1476 && !GAIM_BLIST_NODE_IS_CHAT(node))
1477 return FALSE; 1477 return FALSE;
1478 1478
1479 gtknode = node->ui_data; 1479 gtknode = node->ui_data;
1480 1480
1481 if (node->child && node->child->next && GAIM_BLIST_NODE_IS_CONTACT(node) && !gtknode->contact_expanded) { 1481 if (node->child && GAIM_BLIST_NODE_IS_CONTACT(node) && ((GaimContact*)node)->online > 1 && !gtknode->contact_expanded) {
1482 GtkTreeIter i; 1482 GtkTreeIter i;
1483 gaim_gtk_blist_expand_contact_cb(NULL, node); 1483 gaim_gtk_blist_expand_contact_cb(NULL, node);
1484 tooltip_top = TRUE; /* When the person expands, the new screennames will be below. We'll draw the tip above 1484 tooltip_top = TRUE; /* When the person expands, the new screennames will be below. We'll draw the tip above
1485 the cursor so that the user can see the included buddies */ 1485 the cursor so that the user can see the included buddies */
1486 1486