summaryrefslogtreecommitdiffstats
path: root/perl-install/printerdrake.pm
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2002-02-21 00:03:01 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2002-02-21 00:03:01 +0000
commitcd65e5e5d312d8ded628cea1d9cc899a34a5c9f7 (patch)
treec6d0e04aee6af09eeb074ab92039e71ff7703ee1 /perl-install/printerdrake.pm
parent1d3889ec5a6a11028581d796dc64fff305bdcfa0 (diff)
downloaddrakx-backup-do-not-use-cd65e5e5d312d8ded628cea1d9cc899a34a5c9f7.tar
drakx-backup-do-not-use-cd65e5e5d312d8ded628cea1d9cc899a34a5c9f7.tar.gz
drakx-backup-do-not-use-cd65e5e5d312d8ded628cea1d9cc899a34a5c9f7.tar.bz2
drakx-backup-do-not-use-cd65e5e5d312d8ded628cea1d9cc899a34a5c9f7.tar.xz
drakx-backup-do-not-use-cd65e5e5d312d8ded628cea1d9cc899a34a5c9f7.zip
Added "type => 'list'" to the printer modification menu, it appeared as a drop-down list during the installation.
Diffstat (limited to 'perl-install/printerdrake.pm')
-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"),