project groups: mark loaded xml as unmodified

git-svn-id: branches/fixes_2_0@62123 -
This commit is contained in:
mattias 2019-10-26 11:41:22 +00:00
parent 5fdb58f915
commit 9719246c80

View File

@ -283,6 +283,7 @@ begin
end;
try
Result:=TXMLConfig.CreateWithSource(aFilename,Code.Source);
Result.Modified:=false;
except
on E: Exception do begin
debugln(['Error: (lazarus) [TIDECompileTarget.LoadXML] xml syntax error in "',aFilename,'": '+E.Message]);