diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-04 06:50:26 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-04 06:50:26 +0000 |
commit | 2367cda054d9dd05a6682e178400eb7a045c02a6 (patch) | |
tree | 3265107e569b353f1d75294b0e5a28b759017db3 /perl-install/install/steps_interactive.pm | |
parent | 9b82b858dcb69795962ff1332177a5ee6d9c3cb6 (diff) | |
download | drakx-2367cda054d9dd05a6682e178400eb7a045c02a6.tar drakx-2367cda054d9dd05a6682e178400eb7a045c02a6.tar.gz drakx-2367cda054d9dd05a6682e178400eb7a045c02a6.tar.bz2 drakx-2367cda054d9dd05a6682e178400eb7a045c02a6.tar.xz drakx-2367cda054d9dd05a6682e178400eb7a045c02a6.zip |
really allow nicer "choose desktop" step with icons
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 3783bc792..0138174c5 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -418,7 +418,7 @@ sub _chooseDesktop { my $message = N("You can choose your workstation desktop profile: KDE, GNOME or Custom"); my $choice; - if ($o->isa('interactive::gtk') && 0) { + if ($o->isa('interactive::gtk')) { $choice = install::steps_gtk::reallyChooseDesktop($o, $title, $message, \@l); } else { $o->ask_from_({ title => $title, message => $message }, [ |