diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-09-20 12:44:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-09-20 12:44:37 +0000 |
commit | 9b1688e66f8dc79f0b6c7c5a53782998d2a9645a (patch) | |
tree | a3c333c1a826737c88d8a7f0ce7f64b64a966e46 /perl-install/printerdrake.pm | |
parent | ee764e36e708f0868dd8c34e04b0834149f10923 (diff) | |
download | drakx-backup-do-not-use-9b1688e66f8dc79f0b6c7c5a53782998d2a9645a.tar drakx-backup-do-not-use-9b1688e66f8dc79f0b6c7c5a53782998d2a9645a.tar.gz drakx-backup-do-not-use-9b1688e66f8dc79f0b6c7c5a53782998d2a9645a.tar.bz2 drakx-backup-do-not-use-9b1688e66f8dc79f0b6c7c5a53782998d2a9645a.tar.xz drakx-backup-do-not-use-9b1688e66f8dc79f0b6c7c5a53782998d2a9645a.zip |
back out the modif from till as asked by till
Diffstat (limited to 'perl-install/printerdrake.pm')
-rw-r--r-- | perl-install/printerdrake.pm | 3 |
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} = ""; |