mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 03:46:01 +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;
|
end;
|
||||||
try
|
try
|
||||||
Result:=TXMLConfig.CreateWithSource(aFilename,Code.Source);
|
Result:=TXMLConfig.CreateWithSource(aFilename,Code.Source);
|
||||||
|
Result.Modified:=false;
|
||||||
except
|
except
|
||||||
on E: Exception do begin
|
on E: Exception do begin
|
||||||
debugln(['Error: (lazarus) [TIDECompileTarget.LoadXML] xml syntax error in "',aFilename,'": '+E.Message]);
|
debugln(['Error: (lazarus) [TIDECompileTarget.LoadXML] xml syntax error in "',aFilename,'": '+E.Message]);
|
||||||
|
Loading…
Reference in New Issue
Block a user