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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Mon Jul 19 14:46:55 BST 2010


Author: soohyunc
Date: Mon Jul 19 14:46:55 2010
New Revision: 4875

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

Log:
hard-coded filename into ui-grabber doesn't seem to work, so reverted to the
original version



Modified: vic/branches/cc/tcl/ui-grabber.tcl
==============================================================================
--- vic/branches/cc/tcl/ui-grabber.tcl	(original)
+++ vic/branches/cc/tcl/ui-grabber.tcl	Mon Jul 19 14:46:55 2010
@@ -702,7 +702,7 @@
     frame $w.f -relief sunken -borderwidth 2
     label $w.f.label  -font $f -anchor e -text "File"
 
-    mk.entry $w.f set.still.frame "foreman.yuv"
+    mk.entry $w.f set.still.frame "frame"
 
     pack $w.title $w.f -fill x -expand 1
 



More information about the Sumover-dev mailing list