# HG changeset patch # User Stu Tomlinson # Date 1178205749 0 # Node ID 3123f888f3287e08722dbfd740707aac2b4dca17 # Parent 08b9f27cf21922464cc2e04f57fb42f9d2c66002# Parent e79555933fc60b29e8b33c5d7fbb0ebda4c1a46e merge of '2243863663e3841c304af2c4ab1db4fbb766eb7e' and 'a35b7ad1f08e229ee7e4a04d64c496ae33a16224' diff -r 08b9f27cf219 -r 3123f888f328 finch/gntblist.c --- a/finch/gntblist.c Thu May 03 15:21:56 2007 +0000 +++ b/finch/gntblist.c Thu May 03 15:22:29 2007 +0000 @@ -1152,6 +1152,9 @@ int x, y, top, width; char *title = NULL; + if (ggblist->context) + return; + tree = GNT_TREE(ggblist->tree); node = gnt_tree_get_selection_data(tree);