diff options
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rwxr-xr-x | perl-install/standalone/harddrake2 | 1 |
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; |