summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 112a7e501..0dd0e0fa8 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -936,7 +936,7 @@ sub ask_browse_tree_info {
gtkpack__($box2, gtknew(($::isInstall ? 'Install_Button' : 'Button'), text => N("Help"), clicked => sub {
# will be a little small in standalone mode:
- if (defined $::o) {
+ if ($::isInstall) {
$::o->ask_warn(N("Help"), $common->{interactive_help}->());
} else {
ask_warn(N("Help"), $common->{interactive_help}->());