FIX: Bug [2922706] Incorrect folders in file panels after settings were removed

This commit is contained in:
Alexander Koblov 2009-12-29 11:17:25 +00:00
commit d276bca31f

View file

@ -233,7 +233,7 @@ begin
FFileSources := TFileSources.Create;
FFileSources.Add(FileSource);
FCurrentPaths := TStringList.Create;
FCurrentPaths.Add(Path);
FCurrentPaths.Add(IncludeTrailingPathDelimiter(Path));
FileSource.AddReloadEventListener(@ReloadEvent);