summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-10-02 16:36:16 +0000
committerOlivier Blin <oblin@mandriva.com>2008-10-02 16:36:16 +0000
commit29aa82afc24e6a8fe8e1f27034473d3ce7dadece (patch)
treefbe62590394a34723595055a4764dd7e4ca1c880 /perl-install
parent2ef315877271f7363e716b2e1feaddafaded8139 (diff)
downloaddrakx-backup-do-not-use-29aa82afc24e6a8fe8e1f27034473d3ce7dadece.tar
drakx-backup-do-not-use-29aa82afc24e6a8fe8e1f27034473d3ce7dadece.tar.gz
drakx-backup-do-not-use-29aa82afc24e6a8fe8e1f27034473d3ce7dadece.tar.bz2
drakx-backup-do-not-use-29aa82afc24e6a8fe8e1f27034473d3ce7dadece.tar.xz
drakx-backup-do-not-use-29aa82afc24e6a8fe8e1f27034473d3ce7dadece.zip
preset default for non-gtk installs too
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install/steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
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 {