diff options
-rw-r--r-- | perl-install/ugtk2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 192b8d95a..0c6d0dbed 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -722,7 +722,7 @@ sub new { $o->{rwindow}->set_transient_for($o->{transient}) if $o->{transient}; - $o->{pop_it} ||= $pop_it || $::WizardTable && listlength($::WizardTable->get_children); + $o->{pop_it} ||= $pop_it || $::WizardTable && listlength($::WizardTable->get_children) > ($::isInstall ? 0 : 1); if ($::isWizard && !$o->{pop_it}) { $o->{isWizard} = 1; |