From 3c449c259f3c6325a00bf542511bb1ccbce55054 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 18 Aug 2001 17:52:21 +0000 Subject: big renaming of ask_from_entries_refH in ask_from and ask_from_entries_refH_powered in ask_from_ --- perl-install/standalone/drakautoinst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'perl-install/standalone') 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 .. #- -- cgit v1.2.1