summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/printerdrake.pm3
1 files changed, 1 insertions, 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} = "";