diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2005-08-26 17:01:38 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2005-08-26 17:01:38 +0000 |
commit | b73f369e840f9d29c6311d5e1f86d5d247067e80 (patch) | |
tree | 40b0a641485d865e52e75512738df308853f55c1 /perl-install | |
parent | e173a60d73045efb4568c275cf759e5e5dbe45fc (diff) | |
download | drakx-b73f369e840f9d29c6311d5e1f86d5d247067e80.tar drakx-b73f369e840f9d29c6311d5e1f86d5d247067e80.tar.gz drakx-b73f369e840f9d29c6311d5e1f86d5d247067e80.tar.bz2 drakx-b73f369e840f9d29c6311d5e1f86d5d247067e80.tar.xz drakx-b73f369e840f9d29c6311d5e1f86d5d247067e80.zip |
- Removed "Do not print testy page" in test page step of add printer
wizard (bug #15861).
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/printer/printerdrake.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm index d42bc1bfd..589e5429e 100644 --- a/perl-install/printer/printerdrake.pm +++ b/perl-install/printer/printerdrake.pm @@ -3995,10 +3995,10 @@ Note: the photo test page can take a rather long time to get printed and on lase { text => N("Photo test page"), type => 'bool', val => \$options{photo} }, #{ text => N("Plain text test page"), type => 'bool', # val => \$options{ascii} } - if_($::isWizard, - ({ val => "__________" }, - { text => N("Do not print any test page"), type => 'bool', - val => \$res2 })) + #if_($::isWizard, + # ({ val => "__________" }, + # { text => N("Do not print any test page"), type => 'bool', + # val => \$res2 })) ]); $res2 = 1 if !($options{standard} || $options{altletter} || $options{alta4} || $options{photo} || $options{ascii}); if ($res1 && !$res2) { |