diff options
Diffstat (limited to 'perl-install/interactive')
-rw-r--r-- | perl-install/interactive/gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index e348271f1..9a41dbca5 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -653,7 +653,7 @@ sub ask_fromW { my $message = $common->{interactive_help}->() or return; $o->ask_warn(N("Help"), $message); }, 1 ]); - if ($::isStandalone && $::expert) { + if ($::isStandalone && $::expert && any { $_->{advanced} } @$l) { $common->{advanced_state} = 1; $advanced_button->[0] = $common->{advanced_label_close}; } |