summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/installer/install-tl-gui.tcl7
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-tl-gui.tcl b/Master/tlpkg/installer/install-tl-gui.tcl
index 5719f4e91dc..e962feb7c61 100755
--- a/Master/tlpkg/installer/install-tl-gui.tcl
+++ b/Master/tlpkg/installer/install-tl-gui.tcl
@@ -401,11 +401,12 @@ proc select_mirror {} {
} ; # select_mirror
proc make_splash {} {
+ wm withdraw .
+ # we want this if select_mirror has run:
foreach c [winfo children .splfb] {
catch {destroy $c}
}
- update
ppack [ttk::button .spl_a -text [__ "Abort"] -command maybe_abort] \
-side right -in .splfb
@@ -2028,10 +2029,12 @@ proc main_prog {} {
}
unset i
+ pre_splash
if {! [info exists ::mir_selected]} {
- pre_splash
select_mirror
+ # waits for ::mir_selected
}
+ make_splash
# start install-tl-[tcl] via a pipe.
set cmd [list "|${::perlbin}" "${::instroot}/install-tl" \