aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel
diff options
context:
space:
mode:
Diffstat (limited to 'lib/AdminPanel')
-rw-r--r--lib/AdminPanel/Rpmdragora/gui.pm4
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