summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-08 13:19:20 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-08 13:19:20 +0000
commit002ba08b02a0ab0e2317683f3938f9552e82ae05 (patch)
tree4830aa14ffc4ab67915d825e12e7b35af09da766
parentc0b1d35cafcf5b81e54be8a2078ded592631d96c (diff)
downloadcontrol-center-002ba08b02a0ab0e2317683f3938f9552e82ae05.tar
control-center-002ba08b02a0ab0e2317683f3938f9552e82ae05.tar.gz
control-center-002ba08b02a0ab0e2317683f3938f9552e82ae05.tar.bz2
control-center-002ba08b02a0ab0e2317683f3938f9552e82ae05.tar.xz
control-center-002ba08b02a0ab0e2317683f3938f9552e82ae05.zip
commit a bit of patch that was mistakely forgotten (thus not showing
againt missing tools)
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index c0a6273d..bc5fe623 100755
--- a/control-center
+++ b/control-center
@@ -1385,7 +1385,7 @@ sub clean_list {
foreach (@tree) {
my ($text, $icon, $subtrees) = @$_;
- my @subtrees = grep { !is_empty_array_ref($_->{list}) } @$subtrees;
+ my @subtrees = grep { $_->{list} = [ clean_list($_->{list}) ]; !is_empty_array_ref($_->{list}) } @$subtrees;
# Skip empty classes: