From 9b1688e66f8dc79f0b6c7c5a53782998d2a9645a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 20 Sep 2001 12:44:37 +0000 Subject: back out the modif from till as asked by till --- perl-install/printerdrake.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm index 884c662c9..43c075dbc 100644 --- a/perl-install/printerdrake.pm +++ b/perl-install/printerdrake.pm @@ -2120,8 +2120,7 @@ What do you want to modify on this printer?", } else { $editqueue = 0; } - $continue = ($::expert || !$::isInstall || - $in->ask_yesorno('',_("Do you want to configure another printer?"))); + $continue = ($::expert || !$::isInstall); } # Delete some variables $printer->{OLD_QUEUE} = ""; -- cgit v1.2.1