diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-10-02 16:36:16 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-10-02 16:36:16 +0000 |
commit | 29aa82afc24e6a8fe8e1f27034473d3ce7dadece (patch) | |
tree | fbe62590394a34723595055a4764dd7e4ca1c880 /perl-install/install/steps_interactive.pm | |
parent | 2ef315877271f7363e716b2e1feaddafaded8139 (diff) | |
download | drakx-29aa82afc24e6a8fe8e1f27034473d3ce7dadece.tar drakx-29aa82afc24e6a8fe8e1f27034473d3ce7dadece.tar.gz drakx-29aa82afc24e6a8fe8e1f27034473d3ce7dadece.tar.bz2 drakx-29aa82afc24e6a8fe8e1f27034473d3ce7dadece.tar.xz drakx-29aa82afc24e6a8fe8e1f27034473d3ce7dadece.zip |
preset default for non-gtk installs too
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r-- | perl-install/install/steps_interactive.pm | 2 |
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 { |