diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2001-09-20 11:43:45 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2001-09-20 11:43:45 +0000 |
commit | 27e9c8cb16aa9a4b7fcd3959ba646cbd77b9db9a (patch) | |
tree | 12e11af975401923785064a467f5bce56e093a5b /perl-install/printerdrake.pm | |
parent | 5f9abbf4ebfdbb4c3d8a94816835de101d652378 (diff) | |
download | drakx-27e9c8cb16aa9a4b7fcd3959ba646cbd77b9db9a.tar drakx-27e9c8cb16aa9a4b7fcd3959ba646cbd77b9db9a.tar.gz drakx-27e9c8cb16aa9a4b7fcd3959ba646cbd77b9db9a.tar.bz2 drakx-27e9c8cb16aa9a4b7fcd3959ba646cbd77b9db9a.tar.xz drakx-27e9c8cb16aa9a4b7fcd3959ba646cbd77b9db9a.zip |
Make it possible to configure more than 1 printer in a "recommended" mode installation.
Diffstat (limited to 'perl-install/printerdrake.pm')
-rw-r--r-- | perl-install/printerdrake.pm | 3 |
1 files changed, 2 insertions, 1 deletions
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} = ""; |