From c0497a3d1b9cd041f2215632a905e7ab24ceb489 Mon Sep 17 00:00:00 2001 From: Yves Duret Date: Wed, 11 Apr 2001 23:09:55 +0000 Subject: bug fix in autologin --- perl-install/bootlook.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/bootlook.pm') 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()); -- cgit v1.2.1