diff options
author | Francois Pons <fpons@mandriva.com> | 2000-09-14 09:41:21 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-09-14 09:41:21 +0000 |
commit | 546f809d73cd908c7da65599467217fc76a8ca2d (patch) | |
tree | 4fa4ca0bf48f1f79f015250807c3303e33004426 /perl-install/install_steps_interactive.pm | |
parent | b36ba0f5125d7611cf2979bcb965f1c430809d13 (diff) | |
download | drakx-546f809d73cd908c7da65599467217fc76a8ca2d.tar drakx-546f809d73cd908c7da65599467217fc76a8ca2d.tar.gz drakx-546f809d73cd908c7da65599467217fc76a8ca2d.tar.bz2 drakx-546f809d73cd908c7da65599467217fc76a8ca2d.tar.xz drakx-546f809d73cd908c7da65599467217fc76a8ca2d.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
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") ], |