Bug 698683 - Double clicking an item or hitting enter after selecting an item

returns it twice
This commit is contained in:
Arx Cruz 2013-05-23 16:27:58 -03:00
parent f71280f334
commit 7c234ed9b7
1 changed files with 0 additions and 6 deletions

View File

@ -710,12 +710,6 @@ zenity_tree_row_activated (GtkTreeView *tree_view, GtkTreePath *tree_path,
GtkTreeViewColumn *tree_col, gpointer data)
{
ZenityData *zen_data = data;
GtkTreeSelection *selection;
selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (tree_view));
gtk_tree_selection_selected_foreach (selection,
(GtkTreeSelectionForeachFunc) zenity_tree_dialog_get_selected,
GTK_TREE_VIEW (tree_view));
zenity_tree_dialog_output ();
zen_data->exit_code = zenity_util_return_exit_code (ZENITY_OK);