Show
Ignore:
Timestamp:
01/25/08 08:52:24 (4 years ago)
Author:
mgalloy
Message:

Keeping 3.0 branch up-to-date with trunk bug fixes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/IDLDOC_3_0/idldoc/src/tree/doctreeproperty__define.pro

    r425 r464  
    113113  compile_opt strictarr 
    114114   
    115   return, self.class->isVisible() 
     115  return, obj_valid(self.class) ? self.class->isVisible() : 0B 
    116116end 
    117117 
     
    122122pro doctreeproperty::cleanup 
    123123  compile_opt strictarr 
    124        
     124 
    125125  obj_destroy, self.comments 
    126126end