Revision: 4700 http://sourceforge.net/p/vexi/code/4700 Author: jeffbuhrt Date: 2014-05-24 00:02:26 +0000 (Sat, 24 May 2014) Log Message: ----------- Fixes memory leak in new widgets due to typo
Modified Paths: -------------- branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/tabpane.t Modified: branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/tabpane.t =================================================================== --- branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/tabpane.t 2014-05-23 23:58:35 UTC (rev 4699) +++ branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/tabpane.t 2014-05-24 00:02:26 UTC (rev 4700) @@ -106,7 +106,7 @@ th_headwrap.width --= tabScrollPolicy; th_head.width --= tabScrollPolicy; show --= tabScrollPolicy; - v_content.Chdilren --= tabListPolicy; + v_content.Children --= tabListPolicy; break; case "scroll": throw "not implemented"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn