comparison finch/gntblist.c @ 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 d0f9b2b217cf
children 49f66fab6b31
comparison
equal deleted inserted replaced
16823:c6ca9e25814b 16824:e79555933fc6
1150 GntWidget *context = NULL; 1150 GntWidget *context = NULL;
1151 GntTree *tree = NULL; 1151 GntTree *tree = NULL;
1152 int x, y, top, width; 1152 int x, y, top, width;
1153 char *title = NULL; 1153 char *title = NULL;
1154 1154
1155 if (ggblist->context)
1156 return;
1157
1155 tree = GNT_TREE(ggblist->tree); 1158 tree = GNT_TREE(ggblist->tree);
1156 1159
1157 node = gnt_tree_get_selection_data(tree); 1160 node = gnt_tree_get_selection_data(tree);
1158 1161
1159 if (ggblist->tooltip) 1162 if (ggblist->tooltip)