summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-01-07 22:59:21 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-01-07 22:59:21 +0000
commit83ca0f2043d7b9490d54b45c8a29e5d88ce025e2 (patch)
tree7b6aec60775ee78d45d705950f7780d9c5593b76 /perl-install/install2.pm
parent807dc2042bd2f5d35d51bbd47a24b5599eabb980 (diff)
downloaddrakx-83ca0f2043d7b9490d54b45c8a29e5d88ce025e2.tar
drakx-83ca0f2043d7b9490d54b45c8a29e5d88ce025e2.tar.gz
drakx-83ca0f2043d7b9490d54b45c8a29e5d88ce025e2.tar.bz2
drakx-83ca0f2043d7b9490d54b45c8a29e5d88ce025e2.tar.xz
drakx-83ca0f2043d7b9490d54b45c8a29e5d88ce025e2.zip
- remove help (which was at the bottom)
- wizard style - focus "Next" button by default (this is rough, some dialog boxes *need* changes before being able to complete (think root password dialog))
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index a24c0ae99..367a9915a 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -342,6 +342,7 @@ sub main {
umask 022;
$::isInstall = 1;
+ $::isWizard = 1;
$::no_ugtk_init = 1;
$::expert = $::g_auto_install = 0;