Revision: 3623
          http://vexi.svn.sourceforge.net/vexi/?rev=3623&view=rev
Author:   jeffbuhrt
Date:     2009-08-26 14:31:30 +0000 (Wed, 26 Aug 2009)

Log Message:
-----------
fix for missing s. from [3622]

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

Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/lib/role/tooltipable.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/org/vexi/lib/role/tooltipable.t  
2009-08-26 14:11:24 UTC (rev 3622)
+++ trunk/widgets/org.vexi.widgets/src/org/vexi/lib/role/tooltipable.t  
2009-08-26 14:31:30 UTC (rev 3623)
@@ -14,14 +14,14 @@
     static.enterWrite = function(v) {
         if (trapee.tooltip) {
             var s = trapee.surface;
-            if (s and s.tooltip) tooltip.makeRequest(trapee);
+            if (s and s.tooltip) s.tooltip.makeRequest(trapee);
         }
         cascade = v;
     }
     static.leaveWrite = function(v) {
         if (trapee.tooltip) {
             var s = trapee.surface;
-            if (s and s.tooltip) tooltip.dropRequest(trapee);
+            if (s and s.tooltip) s.tooltip.dropRequest(trapee);
         }
         cascade = v;
     }


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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to