diff options
Diffstat (limited to 'perl-install/standalone')
-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, } ] ) |