# HG changeset patch # User Sadrul Habib Chowdhury # Date 1178204713 0 # Node ID e79555933fc60b29e8b33c5d7fbb0ebda4c1a46e # Parent c6ca9e25814bb2844c4c261a18f41e3cb0b452b1 Do not build the context menu if one is already being shown. diff -r c6ca9e25814b -r e79555933fc6 finch/gntblist.c --- 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);