IDE: changed saveall back to always save project

git-svn-id: trunk@23109 -
This commit is contained in:
mattias 2009-12-12 18:14:42 +00:00
parent 12bf3aca6f
commit 97c65d3eac

View File

@ -10230,10 +10230,7 @@ begin
CurResult:=DoCallModalFunctionHandler(lihtOnSavingAll); CurResult:=DoCallModalFunctionHandler(lihtOnSavingAll);
if CurResult=mrAbort then exit(mrAbort); if CurResult=mrAbort then exit(mrAbort);
if CurResult<>mrOk then Result:=mrCancel; if CurResult<>mrOk then Result:=mrCancel;
if SomethingOfProjectIsModified then CurResult:=DoSaveProject(Flags);
CurResult:=DoSaveProject(Flags)
else
CurResult:=mrOk;
SaveEnvironment; SaveEnvironment;
SaveIncludeLinks; SaveIncludeLinks;
PkgBoss.SaveSettings; PkgBoss.SaveSettings;