Revision: 4486
          http://vexi.svn.sourceforge.net/vexi/?rev=4486&view=rev
Author:   clrg
Date:     2013-02-11 19:30:23 +0000 (Mon, 11 Feb 2013)
Log Message:
-----------
Fix occasional tooltip exception.

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

Modified: trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/role/tooltipable.t
===================================================================
--- trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/role/tooltipable.t        
2013-01-31 13:24:15 UTC (rev 4485)
+++ trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/role/tooltipable.t        
2013-02-11 19:30:23 UTC (rev 4486)
@@ -39,7 +39,7 @@
     /** re-/un-register tooltip if it has changed */
     static.tooltipUpdate = function(v) {
         cascade = v;
-        if (trapee.v_active_tooltip) {
+        if (trapee.v_active_tooltip and trapee.surface) {
             if (v) {
                 trapee.surface.tooltip.makeRequest(trapee);
             } else {

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


------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to