Revision: 4228 http://vexi.svn.sourceforge.net/vexi/?rev=4228&view=rev Author: clrg Date: 2011-09-15 17:59:39 +0000 (Thu, 15 Sep 2011) Log Message: ----------- Compile fix
Modified Paths: -------------- trunk/org.vexi-core.main/src/main/java/org/vexi/plat/Java2.java Modified: trunk/org.vexi-core.main/src/main/java/org/vexi/plat/Java2.java =================================================================== --- trunk/org.vexi-core.main/src/main/java/org/vexi/plat/Java2.java 2011-09-15 17:43:24 UTC (rev 4227) +++ trunk/org.vexi-core.main/src/main/java/org/vexi/plat/Java2.java 2011-09-15 17:59:39 UTC (rev 4228) @@ -140,7 +140,7 @@ } public void _updateMouseCursor() { - if (cursor.equals("invisible")) { + if (getCursor().equals("invisible")) { window.setCursor(invisibleCursor); } else { super._updateCursor("default"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Doing More with Less: The Next Generation Virtual Desktop What are the key obstacles that have prevented many mid-market businesses from deploying virtual desktops? How do next-generation virtual desktops provide companies an easier-to-deploy, easier-to-manage and more affordable virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/ _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn