summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-09-01 17:34:00 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-09-01 17:34:00 +0000
commit77ce8b800cbcff3117f458aefdbc1e23c24d727d (patch)
tree449e36ead6aff6ea73a4c1c57945cd253e64d6e9 /perl-install/install_steps.pm
parentdd25fbace8227acdff2bfaeebec13e1c456e46af (diff)
downloaddrakx-backup-do-not-use-77ce8b800cbcff3117f458aefdbc1e23c24d727d.tar
drakx-backup-do-not-use-77ce8b800cbcff3117f458aefdbc1e23c24d727d.tar.gz
drakx-backup-do-not-use-77ce8b800cbcff3117f458aefdbc1e23c24d727d.tar.bz2
drakx-backup-do-not-use-77ce8b800cbcff3117f458aefdbc1e23c24d727d.tar.xz
drakx-backup-do-not-use-77ce8b800cbcff3117f458aefdbc1e23c24d727d.zip
chksession gives GNOME for gnome, not Gnome
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
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});