changeset 16824:e79555933fc6

Do not build the context menu if one is already being shown.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 03 May 2007 15:05:13 +0000
parents c6ca9e25814b
children 3123f888f328
files finch/gntblist.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/finch/gntblist.c	Thu May 03 14:48:29 2007 +0000
+++ b/finch/gntblist.c	Thu May 03 15:05:13 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);