From 55e64e888ac74e29439a5b259d180bd1a6a348c0 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 5 Nov 2003 16:59:10 +0000 Subject: *** empty log message *** --- move/move.pm | 4 ++++ 1 file changed, 4 insertions(+) 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(); -- cgit v1.2.1