diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-03-12 08:18:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-03-12 08:18:28 +0000 |
commit | 2865eed6dd1d013d8bf00af6fe7ce7b80be24fde (patch) | |
tree | 9222fc2ab134078b74a619bd8aa3bed478404b21 /perl-install | |
parent | 7ad37ff6c59a19f53c65b5d906c899ec97809898 (diff) | |
download | drakx-2865eed6dd1d013d8bf00af6fe7ce7b80be24fde.tar drakx-2865eed6dd1d013d8bf00af6fe7ce7b80be24fde.tar.gz drakx-2865eed6dd1d013d8bf00af6fe7ce7b80be24fde.tar.bz2 drakx-2865eed6dd1d013d8bf00af6fe7ce7b80be24fde.tar.xz drakx-2865eed6dd1d013d8bf00af6fe7ce7b80be24fde.zip |
really sort
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone/drakedm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm index c59de5f93..eb0ec74fc 100644 --- a/perl-install/standalone/drakedm +++ b/perl-install/standalone/drakedm @@ -49,7 +49,7 @@ several different X sessions on your local machine at the same time.")), val => \$dm, type => 'list', format => sub { $dm{$_[0]}[0] }, - ort => 1, + sort => 1, } ] ) |