summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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();