summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-02-04 15:21:24 +0000
committerNorbert Preining <preining@logic.at>2009-02-04 15:21:24 +0000
commitc8eaa231dfefd82d3d0cb15d66be59b6c340e993 (patch)
tree721ad0dd0522d2e5e95bbe85421fed09ae1ed351 /Master/tlpkg/installer
parent3407ee11008d16a3d0c511ea9ed1af80d18d42db (diff)
remove the busy things, it cannot be cancelled ATM
git-svn-id: svn://tug.org/texlive/trunk@12077 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-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'};