diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-09-01 17:34:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-09-01 17:34:00 +0000 |
commit | 77ce8b800cbcff3117f458aefdbc1e23c24d727d (patch) | |
tree | 449e36ead6aff6ea73a4c1c57945cd253e64d6e9 /perl-install/install_steps.pm | |
parent | dd25fbace8227acdff2bfaeebec13e1c456e46af (diff) | |
download | drakx-77ce8b800cbcff3117f458aefdbc1e23c24d727d.tar drakx-77ce8b800cbcff3117f458aefdbc1e23c24d727d.tar.gz drakx-77ce8b800cbcff3117f458aefdbc1e23c24d727d.tar.bz2 drakx-77ce8b800cbcff3117f458aefdbc1e23c24d727d.tar.xz drakx-77ce8b800cbcff3117f458aefdbc1e23c24d727d.zip |
chksession gives GNOME for gnome, not Gnome
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 932ae8408..a4ab012fa 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -837,7 +837,7 @@ sub addUser { if ($o->{autologin}) { $o->{desktop} ||= first(any::sessions()); - $o->pkg_install("autologin") if !member($o->{desktop}, 'KDE', 'Gnome'); + $o->pkg_install("autologin") if !member($o->{desktop}, 'KDE', 'GNOME'); } any::set_autologin($o->{autologin}, $o->{desktop}); |