Revert "Bugfix: configuration wizard crash 2 #1077"

This reverts commit 55c413627f.
0.9.10b
Alessandro Ranellucci 2013-06-01 18:54:07 +02:00
parent 973d30a2b4
commit d801876ee9
1 changed files with 1 additions and 3 deletions

View File

@ -252,9 +252,7 @@ sub load_config {
my ($config) = @_;
foreach my $tab (values %{$self->{options_tabs}}) {
if ($self->{mode} eq 'expert') {
$tab->set_value($_, $config->$_) for keys %$config;
}
$tab->set_value($_, $config->$_) for keys %$config;
}
}