mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 11:38:16 +02:00
project groups: mark loaded xml as unmodified
git-svn-id: branches/fixes_2_0@62123 -
This commit is contained in:
parent
5fdb58f915
commit
9719246c80
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user