summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-09-14 09:41:21 +0000
committerFrancois Pons <fpons@mandriva.com>2000-09-14 09:41:21 +0000
commit546f809d73cd908c7da65599467217fc76a8ca2d (patch)
tree4fa4ca0bf48f1f79f015250807c3303e33004426 /perl-install/install_steps_interactive.pm
parentb36ba0f5125d7611cf2979bcb965f1c430809d13 (diff)
downloaddrakx-backup-do-not-use-546f809d73cd908c7da65599467217fc76a8ca2d.tar
drakx-backup-do-not-use-546f809d73cd908c7da65599467217fc76a8ca2d.tar.gz
drakx-backup-do-not-use-546f809d73cd908c7da65599467217fc76a8ca2d.tar.bz2
drakx-backup-do-not-use-546f809d73cd908c7da65599467217fc76a8ca2d.tar.xz
drakx-backup-do-not-use-546f809d73cd908c7da65599467217fc76a8ca2d.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index c5ec33d20..77d533d13 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -576,7 +576,7 @@ sub configurePrinter {
#- figure out what printing system to use, currently are suported cups and lpr,
#- in case this has not be detected above.
- $::beginner and $o->{printer}{mode} ||= 'CUPS';
+ $::expert or $o->{printer}{mode} ||= 'CUPS';
if ($::expert || !$o->{printer}{mode}) {
$o->{printer}{mode} = $o->ask_from_list_([''], _("Which printing system do you want to use?"),
[ 'CUPS', 'lpr', __("Cancel") ],