diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2003-09-07 14:18:10 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2003-09-07 14:18:10 +0000 |
commit | d27a5e643e178914febb11d1dd25569a32fd698c (patch) | |
tree | b24f496fcf9c721d2981b6193fca4615c09e16bd /perl-install | |
parent | d30aa455eae8a9f74b3a2d9b5417df2ae4a448c0 (diff) | |
download | drakx-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.pm | 2 |
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 { |