Opkman: Invalid event handler assigned. Thanks @howardpc.

git-svn-id: trunk@56438 -
This commit is contained in:
balazs 2017-11-19 21:30:06 +00:00
parent 154cfbab51
commit b9279b7805

View File

@ -223,7 +223,7 @@ end;
procedure TThreadDownload.DoOnPackageDownloadProgress;
begin
if Assigned(FOnPackageDownloadCompleted) then
if Assigned(FOnPackageDownloadProgress) then
FOnPackageDownloadProgress(Self, FFrom, FTo, FCnt, FTotCnt, FCurPos, FCurSize, FTotPosTmp, FTotSize, FElapsed, FRemaining, FSpeed);
end;