diff options
author | pad <pad@mandriva.com> | 1999-09-05 22:59:26 +0000 |
---|---|---|
committer | pad <pad@mandriva.com> | 1999-09-05 22:59:26 +0000 |
commit | 5798823e331c86fb3f97593b0cd2820224767d15 (patch) | |
tree | 5dccbae0c0d401beeb09a46154847884e1f474b3 /perl-install/install_steps_interactive.pm | |
parent | 38dce4a6d02d689b7aefa2b5f925ac5441c51a89 (diff) | |
download | drakx-5798823e331c86fb3f97593b0cd2820224767d15.tar drakx-5798823e331c86fb3f97593b0cd2820224767d15.tar.gz drakx-5798823e331c86fb3f97593b0cd2820224767d15.tar.bz2 drakx-5798823e331c86fb3f97593b0cd2820224767d15.tar.xz drakx-5798823e331c86fb3f97593b0cd2820224767d15.zip |
focus_out
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 15292eb39..a4571ec7b 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -225,7 +225,7 @@ name (often lp) and a spool directory associated with it. What name and directory should be used for this queue?"), [_("Name of queue:"), _("Spool directory:")], [\$o->{printer}{QUEUE}, \$o->{printer}{SPOOLDIR}], - changed => sub + focus_out => sub { $o->{printer}{SPOOLDIR} = "$printer::spooldir/$o->{printer}{QUEUE}" unless $_[0]; |