From: caremoli Date: Tue, 29 Jun 2010 16:32:23 +0000 (+0000) Subject: CCAR:remove modify notification X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4d333b80990813d92d0abdfbc8f1134d485abeb4;p=modules%2Fkernel.git CCAR:remove modify notification --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_GenericAttribute.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_GenericAttribute.cxx index 7f3544df1..afa1b1c5c 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_GenericAttribute.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_GenericAttribute.cxx @@ -85,7 +85,7 @@ void SALOMEDSImpl_GenericAttribute::SetModifyFlag() if(aLabel.IsNull()) return; SALOMEDSImpl_Study* aStudy = SALOMEDSImpl_Study::GetStudy(aLabel); - if(aStudy) aStudy->modifySO_Notification(GetSObject()); + //if(aStudy) aStudy->modifySO_Notification(GetSObject()); if(aStudy) aStudy->Modify(); }