From 29aa82afc24e6a8fe8e1f27034473d3ce7dadece Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 2 Oct 2008 16:36:16 +0000 Subject: preset default for non-gtk installs too --- perl-install/install/steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/steps_interactive.pm') diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 68e61a134..ea71bb81f 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -495,7 +495,7 @@ sub _chooseDesktop { my $message = N("You can choose your workstation desktop profile."); my $default_choice = $choices->[0]; - my $choice; + my $choice = $default_choice; if ($o->isa('interactive::gtk')) { $choice = install::steps_gtk::reallyChooseDesktop($o, $title, $message, \@l, $default_choice); } else { -- cgit v1.2.1