[123114] branches/gsoc14-interactive/base/src/port/port.tcl

shasha at macports.org shasha at macports.org
Tue Aug 5 09:33:22 PDT 2014


Revision: 123114
          https://trac.macports.org/changeset/123114
Author:   shasha at macports.org
Date:     2014-08-05 09:33:21 -0700 (Tue, 05 Aug 2014)
Log Message:
-----------
minor fix

Modified Paths:
--------------
    branches/gsoc14-interactive/base/src/port/port.tcl

Modified: branches/gsoc14-interactive/base/src/port/port.tcl
===================================================================
--- branches/gsoc14-interactive/base/src/port/port.tcl	2014-08-05 13:59:18 UTC (rev 123113)
+++ branches/gsoc14-interactive/base/src/port/port.tcl	2014-08-05 16:33:21 UTC (rev 123114)
@@ -43,6 +43,7 @@
     set portclient::progress::hasTermAnsiSend yes
 }
 
+package require Tclx
 package require macports
 package require Pextlib 1.0
 
@@ -5369,7 +5370,6 @@
 	# @param ports
 	#        The port/list of ports for which the question is being asked.
 	proc ui_ask_singlechoice {msg name ports} {
-		package require Tclx
 		ui_choice $msg $name $ports
 				
 		# User Input (single input restriction)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140805/e2781d73/attachment.html>


More information about the macports-changes mailing list