Parcourir la source

* Fixed equivalent of bug #8529

git-svn-id: trunk@6983 -
michael il y a 19 ans
Parent
commit
8b9b6130d9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/fcl-xml/src/xmlconf.pp

+ 1 - 1
packages/fcl-xml/src/xmlconf.pp

@@ -270,7 +270,7 @@ procedure TXMLConfig.Loaded;
 begin
   inherited Loaded;
   if Length(Filename) > 0 then
-    SetFilename(Filename);              // Load the XML config file
+    DoSetFilename(Filename,True);              // Load the XML config file
 end;
 
 // TODO: copied from dom.pp, make public there and delete here