summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-11-14 16:41:57 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-11-14 16:41:57 +0000
commit0321ff25b57d94626c9a5c2d02fbdb5448474fc6 (patch)
treec58cd7b4de81d1ff7d077fc28850fe16407b7bf8 /perl-install
parentf1236ffa109ccb9d1ce0f5e0d6f047ed7b890048 (diff)
downloaddrakx-0321ff25b57d94626c9a5c2d02fbdb5448474fc6.tar
drakx-0321ff25b57d94626c9a5c2d02fbdb5448474fc6.tar.gz
drakx-0321ff25b57d94626c9a5c2d02fbdb5448474fc6.tar.bz2
drakx-0321ff25b57d94626c9a5c2d02fbdb5448474fc6.tar.xz
drakx-0321ff25b57d94626c9a5c2d02fbdb5448474fc6.zip
explain the detect() vs new() delayed gui construction when embedded
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/harddrake/ui.pm1
1 files changed, 1 insertions, 0 deletions
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();