summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakboot
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-08-13 14:12:01 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-08-13 14:12:01 +0000
commit1c789d649144e8ed98af455b7a33e5d89f56fba4 (patch)
treeb27f20e3386f361c8878266ca89ad20fa7859768 /perl-install/standalone/drakboot
parentb1d394448c676ad97e4ec6b14736260cd144f07f (diff)
downloaddrakx-backup-do-not-use-1c789d649144e8ed98af455b7a33e5d89f56fba4.tar
drakx-backup-do-not-use-1c789d649144e8ed98af455b7a33e5d89f56fba4.tar.gz
drakx-backup-do-not-use-1c789d649144e8ed98af455b7a33e5d89f56fba4.tar.bz2
drakx-backup-do-not-use-1c789d649144e8ed98af455b7a33e5d89f56fba4.tar.xz
drakx-backup-do-not-use-1c789d649144e8ed98af455b7a33e5d89f56fba4.zip
(updateAutologin) clean any::set_autologin() call
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 5836befd1..2e077eca4 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -258,7 +258,7 @@ sub updateAutologin() {
if ($auto_buttons[1]->get_active) {
any::set_autologin($usern, $deskt);
} else {
- any::set_autologin(undef, undef);
+ any::set_autologin();
}
}