From: mzn Date: Wed, 11 Feb 2009 15:51:16 +0000 (+0000) Subject: Fix for bug 0020152 (New tooltip functionality on GUI object browser induces a crash... X-Git-Tag: CcarBeforeDocUpdate~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ada6a029d5a95634cde3dc629392f009908bec23;p=modules%2Fkernel.git Fix for bug 0020152 (New tooltip functionality on GUI object browser induces a crash in YACS). --- diff --git a/src/Container/SALOME_ComponentPy.py b/src/Container/SALOME_ComponentPy.py index dd7320643..e69c17ba7 100755 --- a/src/Container/SALOME_ComponentPy.py +++ b/src/Container/SALOME_ComponentPy.py @@ -288,3 +288,14 @@ class SALOME_ComponentPy_i (Engines__POA.Component): def getStudyId(self): return self._studyId + + #------------------------------------------------------------------------- + + def hasObjectInfo(self): + return 0 + + #------------------------------------------------------------------------- + + def getObjectInfo(self, studyId, entry): + return "" +