summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorpad <pad@mandriva.com>1999-09-04 18:59:41 +0000
committerpad <pad@mandriva.com>1999-09-04 18:59:41 +0000
commit8202f47de2a9d26be4416980c1aea6d5f531f66d (patch)
treec8fc2c39f5764e3bb4b186b7ba254b9aa7a21856 /perl-install/install_steps_interactive.pm
parente81601509dc5bddad49d75d62c571a07c917c194 (diff)
downloaddrakx-backup-do-not-use-8202f47de2a9d26be4416980c1aea6d5f531f66d.tar
drakx-backup-do-not-use-8202f47de2a9d26be4416980c1aea6d5f531f66d.tar.gz
drakx-backup-do-not-use-8202f47de2a9d26be4416980c1aea6d5f531f66d.tar.bz2
drakx-backup-do-not-use-8202f47de2a9d26be4416980c1aea6d5f531f66d.tar.xz
drakx-backup-do-not-use-8202f47de2a9d26be4416980c1aea6d5f531f66d.zip
printer better
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 11f782d8f..cd9736d5e 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -194,7 +194,7 @@ sub printerConfig($) {
$o->ask_from_list_(_("Select Printer Connection"),
_("How is the printer connected?"),
[keys %printer::printer_type],
- ${$o->default("printer")}{str_type},
+ ${$o->{printer}}{str_type},
);
$o->{printer}{TYPE} = $printer::printer_type{$o->{printer}{str_type}};