Salome HOME
BugID: 9377, modified methods isSaved and isModified
authorsrn <srn@opencascade.com>
Thu, 7 Jul 2005 09:01:20 +0000 (09:01 +0000)
committersrn <srn@opencascade.com>
Thu, 7 Jul 2005 09:01:20 +0000 (09:01 +0000)
src/SUPERVGUI/SUPERVGUI_DataModel.cxx

index f6c6a98c5b022d87db06a27d3026ea51e3c870d0..5929d35e0484901ab2f0a8ba84b6ac39062aa8fe 100644 (file)
@@ -59,7 +59,7 @@ bool SUPERVGUI_DataModel::close()
 //================================================================
 bool SUPERVGUI_DataModel::isModified() const
 {
-  return false;
+  return true; //SRN: BugID IPAL9377, changed from false till the more sophisticated code is implemented   
 }
 
 //================================================================
@@ -68,5 +68,5 @@ bool SUPERVGUI_DataModel::isModified() const
 //================================================================
 bool SUPERVGUI_DataModel::isSaved() const
 {
-  return false;
+  return true; //SRN: BugID IPAL9377, changed from false till the more sophisticated code is implemented 
 }