summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/printerdrake.pm3
1 files changed, 2 insertions, 1 deletions
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"),