From dc74e2f6732bc710fe938e20c53e6aae5dadc2c0 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 13 Aug 2004 12:49:59 +0000 Subject: make perl_checker happy --- perl-install/standalone/drakboot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/standalone/drakboot') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 16c7b5094..963480501 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -259,7 +259,7 @@ sub updateAutologin() { if ($auto_buttons[1]->get_active) { any::set_autologin($usern, $deskt); } else { - any::set_autologin(); + any::set_autologin(undef, undef); } } @@ -294,7 +294,6 @@ sub change_image { $boot_pixbuf = $boot_pixbuf->scale_simple(300, 200, 'nearest'); $boot_pic->set_from_pixbuf($boot_pixbuf); } - sub enable_framebuffer() { my $vga = Xconfig::resolution_and_depth::from_bios($bootloader->{default_vga}); my ($current_entry) = cat_('/proc/cmdline') =~ /^BOOT_IMAGE=(\S+)/; -- cgit v1.2.1