diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-11-28 17:01:34 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-11-28 17:01:34 +0100 |
commit | dac85c9e18785208db855ec0218221358f572b88 (patch) | |
tree | 5456d602c43c933b1ccbb2ca7e0bb1fde1724e2e | |
parent | 5ff3ce59d2ab5a246d2b2efab484f141c7cd2b0e (diff) | |
download | colin-keep-dac85c9e18785208db855ec0218221358f572b88.tar colin-keep-dac85c9e18785208db855ec0218221358f572b88.tar.gz colin-keep-dac85c9e18785208db855ec0218221358f572b88.tar.bz2 colin-keep-dac85c9e18785208db855ec0218221358f572b88.tar.xz colin-keep-dac85c9e18785208db855ec0218221358f572b88.zip |
removed add_parent call, first stage code clean up
-rw-r--r-- | lib/AdminPanel/Rpmdragora/gui.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |