Revision: 2472
          http://vexi.svn.sourceforge.net/vexi/?rev=2472&view=rev
Author:   mkpg2
Date:     2007-10-15 06:45:46 -0700 (Mon, 15 Oct 2007)

Log Message:
-----------


Modified Paths:
--------------
    trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/main.t

Modified: trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/main.t
===================================================================
--- trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/main.t       
2007-10-15 13:38:42 UTC (rev 2471)
+++ trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/main.t       
2007-10-15 13:45:46 UTC (rev 2472)
@@ -39,6 +39,7 @@
                     $meterright.width = thisbox.width * 
(thisbox.successful/thisbox.total);
                     $meterwrong.width = thisbox.width - $meterright.width;
                 }
+                thisbox.width ++= function(v) { cascade = v; update(); };
                 thisbox.successful ++= function(v){ cascade = v; update();};   
                 thisbox.total ++= function(v){ cascade = v; update();};
                </wi:bevel>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to