prevented a superfluous update when loading a project

This commit is contained in:
Basile Burg 2015-01-25 15:35:01 +01:00
parent d9aced0359
commit b51519fd86
1 changed files with 1 additions and 2 deletions

View File

@ -449,7 +449,6 @@ var
//
begin
patchPlateformPaths(fSrcs);
doChanged;
fModified := false;
hasPatched := false;
//
@ -463,9 +462,9 @@ begin
'paths or file may still exist (-of, -od, extraSources, etc)' +
'but cannot be automatically handled. Note that the modifications have not been saved.');
end;
endUpdate;
//
updateOutFilename;
endUpdate;
if not hasPatched then fModified := false;
end;