diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-05 16:59:10 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-05 16:59:10 +0000 |
commit | 55e64e888ac74e29439a5b259d180bd1a6a348c0 (patch) | |
tree | a52fa16f7b86f44161f161b2040826c0a154a3e3 /move | |
parent | f9a813517e4c2d76e5b4e1731f1d9e029a5c784d (diff) | |
download | drakx-55e64e888ac74e29439a5b259d180bd1a6a348c0.tar drakx-55e64e888ac74e29439a5b259d180bd1a6a348c0.tar.gz drakx-55e64e888ac74e29439a5b259d180bd1a6a348c0.tar.bz2 drakx-55e64e888ac74e29439a5b259d180bd1a6a348c0.tar.xz drakx-55e64e888ac74e29439a5b259d180bd1a6a348c0.zip |
*** empty log message ***
Diffstat (limited to 'move')
-rw-r--r-- | move/move.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm index 6fb773dfc..f4e6c0fdb 100644 --- a/move/move.pm +++ b/move/move.pm @@ -100,6 +100,8 @@ sub install2::startMove { require install_steps; install_steps::addUser($o); + my $w = $o->wait_message(N("Auto configuration"), N("Please wait, detecting and configuring devices...")); + #- automatic printer, timezone, network configs require install_steps_interactive; install_steps_interactive::configureNetwork($o); @@ -121,6 +123,8 @@ Continue at your own risk."), formatError($@) ]) if $@; } } + $w = undef; + $::WizardWindow->destroy if $::WizardWindow; require ugtk2; my $root = ugtk2::gtkroot(); |