summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/installer/install-menu-wizard.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-wizard.pl b/Master/tlpkg/installer/install-menu-wizard.pl
index 68f17b9769d..e89d81ed1ee 100644
--- a/Master/tlpkg/installer/install-menu-wizard.pl
+++ b/Master/tlpkg/installer/install-menu-wizard.pl
@@ -456,9 +456,9 @@ sub wizard_installation_window {
$f->pack;
# set the vars
calc_depends();
- $mw->Busy(-recurse => 1);
+ #$mw->Busy(-recurse => 1);
do_installation();
- $mw->Unbusy;
+ #$mw->Unbusy;
$::sww->destroy;
$return = $MENU_ALREADYDONE;
my $t = $text{'finished'};