From 0321ff25b57d94626c9a5c2d02fbdb5448474fc6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 14 Nov 2002 16:41:57 +0000 Subject: explain the detect() vs new() delayed gui construction when embedded --- perl-install/harddrake/ui.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/ui.pm b/perl-install/harddrake/ui.pm index ebaea2263..b6e6da7b2 100644 --- a/perl-install/harddrake/ui.pm +++ b/perl-install/harddrake/ui.pm @@ -170,6 +170,7 @@ sub detect { sub new { my ($sig_id, $wait); unless ($::isEmbedded) { + # so we don't stop the mcc's animation while detecting hw & building ui $in = 'interactive'->vnew('su', 'default'); $wait = $in->wait_message(N("Please wait"), N("Detection in progress")); my_gtk::flush(); -- cgit v1.2.1