From a019fbcdc1edd50e0cd0b01f6c4f190c4ece102f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 20 Nov 2002 14:36:59 +0000 Subject: hide the "please wait" at the latest stage --- perl-install/harddrake/ui.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/ui.pm b/perl-install/harddrake/ui.pm index e49e86d5c..4930f487f 100644 --- a/perl-install/harddrake/ui.pm +++ b/perl-install/harddrake/ui.pm @@ -265,10 +265,7 @@ sub new { $SIG{CHLD} = sub { undef $pid; $statusbar->pop($sig_id) }; $w->{rwindow}->signal_connect(delete_event => \&quit_global); - undef $wait; - gtkset_mousecursor_normal(); $w->{rwindow}->set_position('center') unless $::isEmbedded; - $w->{rwindow}->show_all(); foreach (['PRINTERS_DETECTION', N("/Autodetect printers")], ['MODEMS_DETECTION', N("/Autodetect modems")]) { $check_boxes{$_->[0]} = $menubar->{factory}->get_widget("
".N("/Options").$_->[1]); @@ -276,6 +273,9 @@ sub new { $check_boxes{$_->[0]}->set_active($options{$_->[0]}); # restore saved values } + $w->{rwindow}->show_all(); + undef $wait; + gtkset_mousecursor_normal(); foreach ($module_cfg_button, $config_button) { $_->hide }; $in = 'interactive'->vnew('su', 'default') if $::isEmbedded; $w->main; -- cgit v1.2.1