summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakboot
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-08-08 23:43:32 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-08-08 23:43:32 +0000
commit42c13bf88928978a2519937785589f5820543fb2 (patch)
treed6c43f4c4557437e132cf2b1f9ac13d29f190671 /perl-install/standalone/drakboot
parentc7c26ad3fcfff475a735bedc8d5cfef49895d069 (diff)
downloaddrakx-backup-do-not-use-42c13bf88928978a2519937785589f5820543fb2.tar
drakx-backup-do-not-use-42c13bf88928978a2519937785589f5820543fb2.tar.gz
drakx-backup-do-not-use-42c13bf88928978a2519937785589f5820543fb2.tar.bz2
drakx-backup-do-not-use-42c13bf88928978a2519937785589f5820543fb2.tar.xz
drakx-backup-do-not-use-42c13bf88928978a2519937785589f5820543fb2.zip
sort WMs list
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-xperl-install/standalone/drakboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot
index 25afa786b..4fe1e0513 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -82,7 +82,7 @@ my $user_combo = Gtk2::ComboBox->new_text;
$user_combo->set_popdown_strings(sort(list_users()));
$user_combo->entry->set_text($auto_mode->{autologin}) if $auto_mode->{autologin};
my $desktop_combo = Gtk2::ComboBox->new_text;
-$desktop_combo->set_popdown_strings(split(' ', `/usr/sbin/chksession -l`));
+$desktop_combo->set_popdown_strings(sort(split(' ', `/usr/sbin/chksession -l`)));
$desktop_combo->entry->set_text($auto_mode->{desktop}) if $auto_mode->{desktop};
my %themes = ('path' => '/usr/share/bootsplash/themes/',