From: srn Date: Fri, 24 Mar 2006 08:17:09 +0000 (+0000) Subject: BugID: IPAL10963, changed method isSaved X-Git-Tag: for_sharm~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=90422f879ab4da380e5543743a03fdc323f4dc38;p=modules%2Fgui.git BugID: IPAL10963, changed method isSaved --- diff --git a/src/SalomeApp/SalomeApp_Study.cxx b/src/SalomeApp/SalomeApp_Study.cxx index 7f78f1494..db29ddb35 100644 --- a/src/SalomeApp/SalomeApp_Study.cxx +++ b/src/SalomeApp/SalomeApp_Study.cxx @@ -317,7 +317,7 @@ bool SalomeApp_Study::isSaved() const { bool isAllSaved = studyDS() && studyDS()->GetPersistentReference().size(); if (!isAllSaved) - isAllSaved = LightApp_Study::isModified(); + isAllSaved = LightApp_Study::isSaved(); return isAllSaved; }