diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-18 17:52:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-18 17:52:21 +0000 |
commit | 3c449c259f3c6325a00bf542511bb1ccbce55054 (patch) | |
tree | 31ff76977b035edd10a498a43cd3abd2ed1861d9 /perl-install/standalone | |
parent | 42a56d315a86b9fa19d9330583a26a86c7453ab0 (diff) | |
download | drakx-backup-do-not-use-3c449c259f3c6325a00bf542511bb1ccbce55054.tar drakx-backup-do-not-use-3c449c259f3c6325a00bf542511bb1ccbce55054.tar.gz drakx-backup-do-not-use-3c449c259f3c6325a00bf542511bb1ccbce55054.tar.bz2 drakx-backup-do-not-use-3c449c259f3c6325a00bf542511bb1ccbce55054.tar.xz drakx-backup-do-not-use-3c449c259f3c6325a00bf542511bb1ccbce55054.zip |
big renaming of ask_from_entries_refH in ask_from and ask_from_entries_refH_powered in ask_from_
Diffstat (limited to 'perl-install/standalone')
-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 .. #- |