From dac85c9e18785208db855ec0218221358f572b88 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Fri, 28 Nov 2014 17:01:34 +0100 Subject: removed add_parent call, first stage code clean up --- lib/AdminPanel/Rpmdragora/gui.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/AdminPanel') diff --git a/lib/AdminPanel/Rpmdragora/gui.pm b/lib/AdminPanel/Rpmdragora/gui.pm index d7c7e00..87e6d2d 100644 --- a/lib/AdminPanel/Rpmdragora/gui.pm +++ b/lib/AdminPanel/Rpmdragora/gui.pm @@ -766,9 +766,9 @@ carp "TODO: add_node is_a_package(\$leaf)" . $leaf . "\n"; #push @{$wtree{$leaf}}, $iter; } } else { - carp "TODO: add_node !\$leaf\n"; + carp "TODO: add_node !\$leaf not MANAGED\n"; - my $parent = add_parent($w->{tree}, $root, $state); +# my $parent = add_parent($w->{tree}, $root, $state); #- hackery for partial displaying of trees, used in rpmdragora: #- if leaf is void, we may create the parent and one child (to have the [+] in front of the parent in the ctree) #- though we use '' as the label of the child; then rpmdragora will connect on tree_expand, and whenever -- cgit v1.2.1