FIX: Reload FileView when AutoRefresh is disabled

This commit is contained in:
Alexander Koblov 2010-05-15 10:32:58 +00:00
commit dba767bd8a

View file

@ -460,7 +460,7 @@ begin
// Create file source based on saved configuration or create empty and
// allow it to read its configuration from FSNode.
if sFSType = 'FileSystem' then
aFileSource := TFileSystemFileSource.GetFileSource;
aFileSource := TFileSystemFileSource.Create;
if Assigned(aFileSource) then
begin