[Sumover-dev] [svn commit] r4712 - vic/branches/cc/tcl

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Mon Mar 22 19:48:22 GMT 2010


Author: soohyunc
Date: Mon Mar 22 19:48:22 2010
New Revision: 4712

Modified:
   vic/branches/cc/tcl/ui-ctrlmenu.tcl

Log:
Mac OSX 10.6.2 throw a Tcl runtime error with this option when using
stillGrabber.
   
--> it is temporarily disabled. 



Modified: vic/branches/cc/tcl/ui-ctrlmenu.tcl
==============================================================================
--- vic/branches/cc/tcl/ui-ctrlmenu.tcl	(original)
+++ vic/branches/cc/tcl/ui-ctrlmenu.tcl	Mon Mar 22 19:48:22 2010
@@ -1683,7 +1683,8 @@
 
 	set proc $fmt\_setq
 	if [inList $proc [info commands *_setq]] {
-		$qscale configure -state normal -command $proc
+		#$qscale configure -state normal -command $proc
+		$qscale configure -command $proc
 		$qlabel configure -foreground black
 	} else {
 		$qscale configure -state disabled 



More information about the Sumover-dev mailing list