[Sumover-dev] [svn commit] r4041 - vic/branches/mpeg4/tcl

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Tue May 29 23:30:25 BST 2007


Author: piers
Date: Tue May 29 23:30:25 2007
New Revision: 4041

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

Log:
Commited Tom's fix for menu window appearing on startup.


Modified: vic/branches/mpeg4/tcl/ui-ctrlmenu.tcl
==============================================================================
--- vic/branches/mpeg4/tcl/ui-ctrlmenu.tcl	(original)
+++ vic/branches/mpeg4/tcl/ui-ctrlmenu.tcl	Tue May 29 23:30:25 2007
@@ -126,7 +126,7 @@
 proc build.menu { } {
 	set w .menu
 	create_toplevel $w "vic menu"
-	#wm withdraw $w
+	wm withdraw $w
 	catch "wm resizable $w false false"
 
 	frame $w.session



More information about the Sumover-dev mailing list