From 044cfb41560ca08fb3817611d1c02d680922b91a Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 3 Oct 2000 16:33:05 +0000 Subject: *** empty log message *** --- perl-install/printerdrake.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/printerdrake.pm') 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]; -- cgit v1.2.1