summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-09-18 17:09:27 +0000
committerFrancois Pons <fpons@mandriva.com>2001-09-18 17:09:27 +0000
commit8bd3f189dae7471d0eacce5814566754979b9307 (patch)
tree75b9e6f8e3c7d33cd1f33f087c72e984cfc31b27 /perl-install/install_steps_interactive.pm
parent473f0139edd2822aeacc4d707991e1cb49a35d8b (diff)
downloaddrakx-backup-do-not-use-8bd3f189dae7471d0eacce5814566754979b9307.tar
drakx-backup-do-not-use-8bd3f189dae7471d0eacce5814566754979b9307.tar.gz
drakx-backup-do-not-use-8bd3f189dae7471d0eacce5814566754979b9307.tar.bz2
drakx-backup-do-not-use-8bd3f189dae7471d0eacce5814566754979b9307.tar.xz
drakx-backup-do-not-use-8bd3f189dae7471d0eacce5814566754979b9307.zip
fixed printer description in summary (again).
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 51ccb2771..d45875025 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -850,7 +850,7 @@ sub summary {
#- format printer description in a better way
my $format_printers = sub {
- my ($printer) = @_;
+ my $printer = $o->{printer};
if (is_empty_hash_ref($printer->{configured})) {
pkgs::packageFlagInstalled(pkgs::packageByName($o->{packages}, 'cups')) and return _("Remote CUPS server");
return _("No printer");