diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2004-01-14 13:26:12 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2004-01-14 13:26:12 +0000 |
commit | 790dc51525c10533c31d6d997ba7de7124dba751 (patch) | |
tree | f16b97dd3c3e4a1be6bb7b3cecc11e751d461aac /perl-install/printer/printerdrake.pm | |
parent | 5db37cbe151517799e8405518a2e06bc9609691c (diff) | |
download | drakx-790dc51525c10533c31d6d997ba7de7124dba751.tar drakx-790dc51525c10533c31d6d997ba7de7124dba751.tar.gz drakx-790dc51525c10533c31d6d997ba7de7124dba751.tar.bz2 drakx-790dc51525c10533c31d6d997ba7de7124dba751.tar.xz drakx-790dc51525c10533c31d6d997ba7de7124dba751.zip |
Let list of printer models get sorted.
Diffstat (limited to 'perl-install/printer/printerdrake.pm')
-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 acf5f3617..90c97105e 100644 --- a/perl-install/printer/printerdrake.pm +++ b/perl-install/printer/printerdrake.pm @@ -2333,7 +2333,7 @@ Please check whether Printerdrake did the auto-detection of your printer model c }, [ # List the printers/drivers { val => \$choice, format => \&translate, - sort => 0, separator => "|", tree_expanded => 0, + sort => 1, separator => "|", tree_expanded => 0, quit_if_double_click => 1, allow_empty_list => 1, list => [ keys %printer::main::thedb ] }, # Button to install a manufacturer-supplied PPD file |