Fix problems when expanding whole tree '*' / all subtree nodes <Shift>-Right
authorJakub Zawadzki <darkjames-ws@darkjames.pl>
Fri, 19 Jul 2013 17:51:05 +0000 (17:51 -0000)
committerJakub Zawadzki <darkjames-ws@darkjames.pl>
Fri, 19 Jul 2013 17:51:05 +0000 (17:51 -0000)
Remove gtk_tree_view_collapse_row from check_expand_trees()

svn path=/trunk/; revision=50741

ui/gtk/packet_panes.c

index fcc9bb297846c36f9dbc8c4c7ebc771f488a77ea..61e97988ed618919e7f7ca122ddd85c551df5e27 100644 (file)
@@ -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);