summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-04-14 13:03:34 +0000
committerThierry Vignaud <tv@mandriva.org>2009-04-14 13:03:34 +0000
commit7e1caf2f17a384c63c5862974a2c36aad9d7096e (patch)
treefc7ce9c3ae897ba825c7492bfd0f9ef2ba59438c
parent74bf88e864d0780e5694eaad3fc1db2236a74b7a (diff)
downloaddrakx-7e1caf2f17a384c63c5862974a2c36aad9d7096e.tar
drakx-7e1caf2f17a384c63c5862974a2c36aad9d7096e.tar.gz
drakx-7e1caf2f17a384c63c5862974a2c36aad9d7096e.tar.bz2
drakx-7e1caf2f17a384c63c5862974a2c36aad9d7096e.tar.xz
drakx-7e1caf2f17a384c63c5862974a2c36aad9d7096e.zip
do not open branches by default
-rw-r--r--perl-install/NEWS2
-rwxr-xr-xperl-install/standalone/harddrake21
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 2626d271b..125a98990 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -2,6 +2,8 @@
o Only write raid config into $::prefix if we are in install mode,
this fixes draklive-install which should write to /etc directly as
$::prefix does not yet exist (#49632)
+- harddrake:
+ o do not open branches by default
Version 12.25 - 08 April 2009
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 6d4d2f738..409b7a9b2 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -482,7 +482,6 @@ foreach (@classes) {
push @data, [ $_, $Ident ];
push @configurators, $configurator;
}
- $tree->expand_row($tree_model->get_path($parent_iter), 1) unless $title eq N("Unknown/Others");
}
undef $flush_guard;