From 82e852dc8303b7459c98d0ed9472174157892ca4 Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 30 Oct 2001 17:00:05 +0000 Subject: updated --- perl-install/standalone/drakautoinst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakautoinst b/perl-install/standalone/drakautoinst index cb2edbcb3..e77ad99d3 100755 --- a/perl-install/standalone/drakautoinst +++ b/perl-install/standalone/drakautoinst @@ -70,7 +70,7 @@ for (my $f = $st->{first}; $f; $f = $st->{$f}{next}) { $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); + ); or quit_global($in, 0); ${$_->[1]} eq _('manual') and push @manual_steps, $_->[0] foreach @all_steps; @@ -359,6 +359,9 @@ sub control_buttons { #------------------------------------------------- #- $Log$ +#- Revision 1.12 2001/10/30 17:00:05 damien +#- updated +#- #- Revision 1.11 2001/10/26 13:45:11 damien #- progress bar hack #- -- cgit v1.2.1