From 4d333b80990813d92d0abdfbc8f1134d485abeb4 Mon Sep 17 00:00:00 2001 From: caremoli Date: Tue, 29 Jun 2010 16:32:23 +0000 Subject: [PATCH] CCAR:remove modify notification --- src/SALOMEDSImpl/SALOMEDSImpl_GenericAttribute.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.39.2