texlive[50370] Master: Minor fixes
commits+siepo at tug.org
commits+siepo at tug.org
Wed Mar 13 18:07:31 CET 2019
Revision: 50370
http://tug.org/svn/texlive?view=revision&revision=50370
Author: siepo
Date: 2019-03-13 18:07:31 +0100 (Wed, 13 Mar 2019)
Log Message:
-----------
Minor fixes
Modified Paths:
--------------
trunk/Master/texmf-dist/scripts/texlive/uninstq.vbs
trunk/Master/tlpkg/installer/install-tl-gui.tcl
Modified: trunk/Master/texmf-dist/scripts/texlive/uninstq.vbs
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/uninstq.vbs 2019-03-13 15:22:27 UTC (rev 50369)
+++ trunk/Master/texmf-dist/scripts/texlive/uninstq.vbs 2019-03-13 17:07:31 UTC (rev 50370)
@@ -1,5 +1,7 @@
Dim ans
-ans = MsgBox( "Really uninstall TeX Live?", 36, "TeX Live uninstaller" )
+ans = MsgBox( "Really uninstall TeX Live?" & vbcrlf & vbcrlf & _
+ "Please make sure that no TeX Live programs are still running!", _
+ 36, "TeX Live uninstaller" )
If ans <> vbYes Then
wscript.quit( 1 )
Else
Modified: trunk/Master/tlpkg/installer/install-tl-gui.tcl
===================================================================
--- trunk/Master/tlpkg/installer/install-tl-gui.tcl 2019-03-13 15:22:27 UTC (rev 50369)
+++ trunk/Master/tlpkg/installer/install-tl-gui.tcl 2019-03-13 17:07:31 UTC (rev 50370)
@@ -1735,9 +1735,7 @@
break
} elseif [string match "location: ?*" $l] {
if [winfo exists .loading] {
- wm iconify .
.loading configure -text [__ "Loading from %s" [string range $l 10 end]]
- wm deiconify .
update
}
} else {
More information about the tex-live-commits
mailing list