summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2003-09-07 14:18:10 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2003-09-07 14:18:10 +0000
commitd27a5e643e178914febb11d1dd25569a32fd698c (patch)
treeb24f496fcf9c721d2981b6193fca4615c09e16bd /perl-install
parentd30aa455eae8a9f74b3a2d9b5417df2ae4a448c0 (diff)
downloaddrakx-d27a5e643e178914febb11d1dd25569a32fd698c.tar
drakx-d27a5e643e178914febb11d1dd25569a32fd698c.tar.gz
drakx-d27a5e643e178914febb11d1dd25569a32fd698c.tar.bz2
drakx-d27a5e643e178914febb11d1dd25569a32fd698c.tar.xz
drakx-d27a5e643e178914febb11d1dd25569a32fd698c.zip
Fixed first-time dialog.
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/printer/printerdrake.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm
index 051c6b271..b61ab9675 100644
--- a/perl-install/printer/printerdrake.pm
+++ b/perl-install/printer/printerdrake.pm
@@ -593,7 +593,7 @@ sub first_time_dialog {
undef $w;
# Show dialog
- $in->ask_yesorno(N("Printerdrake"), $dialogtext, 0);
+ return $in->ask_yesorno(N("Printerdrake"), $dialogtext, 0);
}
sub configure_new_printers {