From 7e1caf2f17a384c63c5862974a2c36aad9d7096e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 14 Apr 2009 13:03:34 +0000 Subject: do not open branches by default --- perl-install/NEWS | 2 ++ perl-install/standalone/harddrake2 | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.1