finch/gntblist.c

changeset 22286
c97b158bd4f4
parent 22285
203b8d12f1ca
child 22288
c6c6473ce2b9
equal deleted inserted replaced
22285:203b8d12f1ca 22286:c97b158bd4f4
1468 return; 1468 return;
1469 1469
1470 tree = GNT_TREE(ggblist->tree); 1470 tree = GNT_TREE(ggblist->tree);
1471 1471
1472 node = gnt_tree_get_selection_data(tree); 1472 node = gnt_tree_get_selection_data(tree);
1473 if (node && purple_blist_node_get_type(node) == PURPLE_BLIST_OTHER_NODE)
1474 return;
1473 1475
1474 if (ggblist->tooltip) 1476 if (ggblist->tooltip)
1475 remove_tooltip(ggblist); 1477 remove_tooltip(ggblist);
1476 1478
1477 ggblist->cnode = node; 1479 ggblist->cnode = node;

mercurial