Revision: 2283
          http://vexi.svn.sourceforge.net/vexi/?rev=2283&view=rev
Author:   clrg
Date:     2007-09-20 10:21:49 -0700 (Thu, 20 Sep 2007)

Log Message:
-----------
BROWN PAPER BAG - typo (missing 'd') on 'enabled' reference in a focusable 
change

Modified Paths:
--------------
    trunk/widgets/org.vexi.widgets/src/org/vexi/lib/role/focusable.t

Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/lib/role/focusable.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/org/vexi/lib/role/focusable.t    
2007-09-20 17:15:09 UTC (rev 2282)
+++ trunk/widgets/org.vexi.widgets/src/org/vexi/lib/role/focusable.t    
2007-09-20 17:21:49 UTC (rev 2283)
@@ -32,7 +32,7 @@
     
     <ui:box>
         
-        thisbox.enabled = enabled == null ? true : enable;
+        thisbox.enabled = enabled == null ? true : enabled;
         thisbox.focusable  = true;  // whether a focusable may be focused
         thisbox.focused    = false; // whether a focusable is focused
         thisbox.nextfocus  = null;  // read for the focus after thisbox on the 
surface


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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to