summaryrefslogtreecommitdiffstats
path: root/perl-install/g_auto_install
Commit message (Collapse)AuthorAgeFilesLines
* updated so that this scripts is running again.Francois Pons2001-09-131-4/+45
|
* no_commentPascal Rigaux2000-05-191-1/+1
|
* no_commentPascal Rigaux2000-05-011-1/+1
|
* no_commentPascal Rigaux2000-03-301-1/+1
|
* no_commentPascal Rigaux2000-03-081-0/+1
|
* no_commentPascal Rigaux1999-09-281-3/+1
|
* no_commentPascal Rigaux1999-09-231-0/+13
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;