From e994a878549113b3eff058092edcd59e720c7e3f Mon Sep 17 00:00:00 2001 From: damien Date: Fri, 22 Sep 2000 16:33:35 +0000 Subject: stc --- perl-install/ChangeLog | 2 ++ perl-install/install_steps_gtk.pm | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index afedca081..adee61606 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,5 +1,7 @@ 2000-09-22 dam's + * install_steps_gtk.pm (selectInstallClass1): pixel's typo. + * netconnect.pm (get_net_device): added get_net_device to know which interface has been used to configure the internet connection. (conf_network_card): ask to restart network if dhcp too. diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index b4c67284e..bfe21d896 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -141,9 +141,8 @@ press `F1' when booting on CDROM, then enter `text'.")) if $first_time && availa #------------------------------------------------------------------------------ sub selectInstallClass1 { - $::live and $o->SUPER::selectInstallClass1(@_); - my ($o, $verif, $l, $def, $l2, $def2) = @_; + $::live and $o->SUPER::selectInstallClass1(@_); my $w = my_gtk->new(''); my ($radio, $focused); -- cgit v1.2.1