Revision: 1656
          http://svn.sourceforge.net/vexi/?rev=1656&view=rev
Author:   clrg
Date:     2007-01-19 09:14:30 -0800 (Fri, 19 Jan 2007)

Log Message:
-----------
Fix spelling mistake and y oversight in Box.x/y surface-related puts

Modified Paths:
--------------
    core/trunk/org.vexi.core/src/org/vexi/core/Box.jpp

Modified: core/trunk/org.vexi.core/src/org/vexi/core/Box.jpp
===================================================================
--- core/trunk/org.vexi.core/src/org/vexi/core/Box.jpp  2007-01-19 17:12:28 UTC 
(rev 1655)
+++ core/trunk/org.vexi.core/src/org/vexi/core/Box.jpp  2007-01-19 17:14:30 UTC 
(rev 1656)
@@ -1273,13 +1273,13 @@
         case "x":
             if (parent == null && getSurface()!=null) {
                 this.x = JSU.toInt(value);
-                getSurface().setPocation();
+                getSurface().setPosition();
             }
             else if (!test(PACKED)) { dirty(); x = JSU.toInt(value); dirty(); 
setReconstrain(); }
         case "y":
             if (parent == null && getSurface()!=null) {
                 this.y = JSU.toInt(value);
-                getSurface().setLocation();
+                getSurface().setPosition();
             }
             else if (!test(PACKED)) { dirty(); y = JSU.toInt(value); dirty(); 
setReconstrain(); }
         case "icon":        throw new JSExn("FIXME icon support not yet 
implemented");


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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to