From a1a96706d59a5fb45021116028be600485fb2c4a Mon Sep 17 00:00:00 2001 From: Jakub Zawadzki Date: Fri, 19 Jul 2013 17:51:05 +0000 Subject: Fix problems when expanding whole tree '*' / all subtree nodes -Right Remove gtk_tree_view_collapse_row from check_expand_trees() svn path=/trunk/; revision=50741 --- ui/gtk/packet_panes.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/gtk/packet_panes.c b/ui/gtk/packet_panes.c index fcc9bb2978..61e97988ed 100644 --- a/ui/gtk/packet_panes.c +++ b/ui/gtk/packet_panes.c @@ -222,9 +222,7 @@ check_expand_trees(GtkTreeView *tree_view, GtkTreeModel *model, GtkTreePath *pat gtk_tree_path_down(path); check_expand_trees(tree_view, model, path, &child, scroll_it, TRUE); gtk_tree_path_up(path); - - } else - gtk_tree_view_collapse_row(tree_view, path); + } } gtk_tree_path_next(path); -- cgit v1.2.3