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 ab29b4f15..095b80941 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -228,11 +228,10 @@ sub selectMouse { } sub reallyChooseDesktop { - my ($o, $title, $message, $choices) = @_; + my ($o, $title, $message, $choices, $choice) = @_; my $w = ugtk2->new($title); - my $choice = $choices->[0]; my %tips = ( KDE => N("Install Mandriva KDE Desktop"), GNOME => N("Install Mandriva GNOME Desktop"), |