From: srn Date: Mon, 29 Aug 2005 07:35:31 +0000 (+0000) Subject: Added an update of the ObjectBrowser X-Git-Tag: T_3_0_2a1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5ec3743dd4e0b795e1e6d31e66728105eda1cd69;p=modules%2Fkernel.git Added an update of the ObjectBrowser --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx index 703e44a08..00c38c889 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx @@ -1361,6 +1361,8 @@ bool SALOMEDSImpl_Study::DumpStudy(const TCollection_AsciiString& thePath, fp << aScriptName << ".RebuildData(" << aBatchModeScript << ".myStudy)" << endl; } + fp << "salome.sg.updateObjBrowser(1)" << endl; + fp.close(); return isOk; }