diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-01-07 22:59:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-01-07 22:59:21 +0000 |
commit | 83ca0f2043d7b9490d54b45c8a29e5d88ce025e2 (patch) | |
tree | 7b6aec60775ee78d45d705950f7780d9c5593b76 /perl-install/install2.pm | |
parent | 807dc2042bd2f5d35d51bbd47a24b5599eabb980 (diff) | |
download | drakx-backup-do-not-use-83ca0f2043d7b9490d54b45c8a29e5d88ce025e2.tar drakx-backup-do-not-use-83ca0f2043d7b9490d54b45c8a29e5d88ce025e2.tar.gz drakx-backup-do-not-use-83ca0f2043d7b9490d54b45c8a29e5d88ce025e2.tar.bz2 drakx-backup-do-not-use-83ca0f2043d7b9490d54b45c8a29e5d88ce025e2.tar.xz drakx-backup-do-not-use-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.pm | 1 |
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; |