From 744e776b33e1c98a9ea0339ad2a98f003e78bff0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 25 Aug 2001 18:38:35 +0000 Subject: fix deprecated call standalone::pkgs_install --- 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 67abcef00..80f9863d1 100644 --- a/perl-install/bootlook.pm +++ b/perl-install/bootlook.pm @@ -303,7 +303,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)) if $x_mode; + $in->do_pkgs->install('autologin') if $x_mode; set_autologin('',$usern,$deskt); } else { set_autologin('',undef) if ($x_no_button->get_active()); -- cgit v1.2.1