From 27e9c8cb16aa9a4b7fcd3959ba646cbd77b9db9a Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Thu, 20 Sep 2001 11:43:45 +0000 Subject: Make it possible to configure more than 1 printer in a "recommended" mode installation. --- perl-install/printerdrake.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/printerdrake.pm') diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm index 43c075dbc..884c662c9 100644 --- a/perl-install/printerdrake.pm +++ b/perl-install/printerdrake.pm @@ -2120,7 +2120,8 @@ What do you want to modify on this printer?", } else { $editqueue = 0; } - $continue = ($::expert || !$::isInstall); + $continue = ($::expert || !$::isInstall || + $in->ask_yesorno('',_("Do you want to configure another printer?"))); } # Delete some variables $printer->{OLD_QUEUE} = ""; -- cgit v1.2.1