summaryrefslogtreecommitdiffstats
path: root/perl-install/printerdrake.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-10-03 16:33:05 +0000
committerFrancois Pons <fpons@mandriva.com>2000-10-03 16:33:05 +0000
commit044cfb41560ca08fb3817611d1c02d680922b91a (patch)
tree6d951ba53c32ace0e2a3ee7ccb31baac78277d7a /perl-install/printerdrake.pm
parente122aa96b13728a24e54890136be80bb3abcd333 (diff)
downloaddrakx-backup-do-not-use-044cfb41560ca08fb3817611d1c02d680922b91a.tar
drakx-backup-do-not-use-044cfb41560ca08fb3817611d1c02d680922b91a.tar.gz
drakx-backup-do-not-use-044cfb41560ca08fb3817611d1c02d680922b91a.tar.bz2
drakx-backup-do-not-use-044cfb41560ca08fb3817611d1c02d680922b91a.tar.xz
drakx-backup-do-not-use-044cfb41560ca08fb3817611d1c02d680922b91a.zip
*** empty log message ***
Diffstat (limited to 'perl-install/printerdrake.pm')
-rw-r--r--perl-install/printerdrake.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm
index ed70ba60b..0546667d4 100644
--- a/perl-install/printerdrake.pm
+++ b/perl-install/printerdrake.pm
@@ -422,7 +422,7 @@ name (often lp) and a spool directory associated with it. What
name and directory should be used for this queue and how is the printer connected?"), [
_("Name of queue") => { val => \$printer->{QUEUE} },
_("Spool directory") => { val => \$printer->{SPOOLDIR} },
-_("Printer Connection") => { val => \$printer->{str_type}, list => [ printer::printer_type($printer) ] },
+_("Printer Connection") => { val => \$printer->{str_type}, list => [ printer::printer_type($printer) ], not_edit => 1 },
],
changed => sub {
$printer->{SPOOLDIR} = printer::default_spooldir($printer) unless $_[0];