changeset 16815:3123f888f328

merge of '2243863663e3841c304af2c4ab1db4fbb766eb7e' and 'a35b7ad1f08e229ee7e4a04d64c496ae33a16224'
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 03 May 2007 15:22:29 +0000
parents 08b9f27cf219 (current diff) e79555933fc6 (diff)
children 41f85148a60f
files
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);