From: adv Date: Thu, 30 Jan 2014 10:13:26 +0000 (+0000) Subject: Python dump correction (Bug #352). X-Git-Tag: BR_hydro_v_1_0~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d80acaa11748003d947f474d412be0d530e6c4fe;p=modules%2Fhydro.git Python dump correction (Bug #352). --- diff --git a/src/HYDROData/HYDROData_Entity.cxx b/src/HYDROData/HYDROData_Entity.cxx index f3f37eeb..b103d112 100644 --- a/src/HYDROData/HYDROData_Entity.cxx +++ b/src/HYDROData/HYDROData_Entity.cxx @@ -516,7 +516,7 @@ bool HYDROData_Entity::checkObjectPythonDefinition( MapOfTreatedObjects& if ( theRefObject.IsNull() ) return false; - QString aRefObjName = theRefObject->GetObjPyName(); + QString aRefObjName = theRefObject->GetName(); if ( aRefObjName.isEmpty() ) return false;