From: ouv Date: Fri, 9 Aug 2013 15:14:05 +0000 (+0000) Subject: Fixed crash on the context menu pupup. X-Git-Tag: BR_hydro_v_0_1~119 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=efb3925225295b7771b2bc9b714faca532c6d7a2;p=modules%2Fhydro.git Fixed crash on the context menu pupup. --- diff --git a/src/HYDROGUI/HYDROGUI_DataObject.cxx b/src/HYDROGUI/HYDROGUI_DataObject.cxx index ff11aa74..fd4638a9 100644 --- a/src/HYDROGUI/HYDROGUI_DataObject.cxx +++ b/src/HYDROGUI/HYDROGUI_DataObject.cxx @@ -68,7 +68,8 @@ HYDROGUI_NamedObject::HYDROGUI_NamedObject( SUIT_DataObject* theParent, QString HYDROGUI_NamedObject::entry() const { - return LightApp_DataObject::entry(); + //return LightApp_DataObject::entry(); + return HYDROGUI_DataObject::entryPrefix() + name(); } QString HYDROGUI_NamedObject::name() const