From cd65e5e5d312d8ded628cea1d9cc899a34a5c9f7 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Thu, 21 Feb 2002 00:03:01 +0000 Subject: Added "type => 'list'" to the printer modification menu, it appeared as a drop-down list during the installation. --- perl-install/printerdrake.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/printerdrake.pm') diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm index bcb0aa0f0..00c9aae86 100644 --- a/perl-install/printerdrake.pm +++ b/perl-install/printerdrake.pm @@ -2639,7 +2639,8 @@ What do you want to modify on this printer?", cancel => _("Close"), ok => _("Do it!") }, - [ { val => \$modify, format => \&translate, + [ { val => \$modify, format => \&translate, + type => 'list', list => [ ($printer->{configured}{$queue} ? (_("Printer connection type"), _("Printer name, description, location"), -- cgit v1.2.1