fix, last folder added to favorites

This commit is contained in:
Basile Burg 2015-01-04 22:02:03 +01:00
parent a8e327557a
commit 691d282d34
1 changed files with 0 additions and 3 deletions

View File

@ -158,9 +158,6 @@ end;
procedure TCEMiniExplorerWidget.optset_Favs(aReader: TReader);
begin
fFavorites.DelimitedText := aReader.ReadString;
if fLastFold <> '' then
if fFavorites.IndexOf(fLastFold) = -1 then
fFavorites.Add(fLastFold);
updateFavorites;
end;