diff options
Diffstat (limited to 'perl-install/standalone/drakautoinst')
-rwxr-xr-x | perl-install/standalone/drakautoinst | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/perl-install/standalone/drakautoinst b/perl-install/standalone/drakautoinst index c7019dafa..8366d9714 100755 --- a/perl-install/standalone/drakautoinst +++ b/perl-install/standalone/drakautoinst @@ -62,10 +62,10 @@ for (my $f = $st->{first}; $f; $f = $st->{$f}{next}) { push @all_steps, [ $f, \$def_choice ]; } -$in->ask_from_entries_refH(_("Automatic Steps Configuration"), - _("Please choose for each step whether it will replay like your install, or it will be manual"), - \@choices - ) or quit_global($in, 0); +$in->ask_from(_("Automatic Steps Configuration"), + _("Please choose for each step whether it will replay like your install, or it will be manual"), + \@choices + ) or quit_global($in, 0); ${$_->[1]} eq 'manual' and push @manual_steps, $_->[0] foreach @all_steps; @@ -125,6 +125,9 @@ sub quit_global { #------------------------------------------------- #- $Log$ +#- Revision 1.3 2001/08/18 17:52:21 prigaux +#- big renaming of ask_from_entries_refH in ask_from and ask_from_entries_refH_powered in ask_from_ +#- #- Revision 1.2 2001/08/13 19:08:27 gc #- ouch! use lib from /usr/lib/libDrakX, rather than from .. #- |