summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorYves Duret <yduret@mandriva.com>2001-04-11 23:09:55 +0000
committerYves Duret <yduret@mandriva.com>2001-04-11 23:09:55 +0000
commitc0497a3d1b9cd041f2215632a905e7ab24ceb489 (patch)
treec82e914993bd058d777208f02422e2ce9f34499a /perl-install
parent90e3ccc5ced4d800fca157269683c5f11db33133 (diff)
downloaddrakx-backup-do-not-use-c0497a3d1b9cd041f2215632a905e7ab24ceb489.tar
drakx-backup-do-not-use-c0497a3d1b9cd041f2215632a905e7ab24ceb489.tar.gz
drakx-backup-do-not-use-c0497a3d1b9cd041f2215632a905e7ab24ceb489.tar.bz2
drakx-backup-do-not-use-c0497a3d1b9cd041f2215632a905e7ab24ceb489.tar.xz
drakx-backup-do-not-use-c0497a3d1b9cd041f2215632a905e7ab24ceb489.zip
bug fix in autologin
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/bootlook.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm
index 6293b2633..d472b7705 100644
--- a/perl-install/bootlook.pm
+++ b/perl-install/bootlook.pm
@@ -374,7 +374,7 @@ sub updateAutologin
my ($usern,$deskt)=($user_combo->entry->get_text(), $desktop_combo->entry->get_text());
if ($x_yes_button->get_active()) {
- $in->standalone::pkgs_install(q(autologin));
+ $in->standalone::pkgs_install(q(autologin)) if $x_mode;
set_autologin('',$usern,$deskt);
} else {
set_autologin('',undef) if ($x_no_button->get_active());