diff options
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 3 |
1 files changed, 1 insertions, 2 deletions
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); |