mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
parent
7adfc523a2
commit
0dc2b4d416
|
@ -2078,7 +2078,7 @@ void ArticleView::resourceDownloadFinished()
|
|||
{
|
||||
if ( (*i)->isFinished() )
|
||||
{
|
||||
if ( (*i)->dataSize() >= 0 )
|
||||
if ( (*i)->dataSize() > 0 )
|
||||
{
|
||||
// Ok, got one finished, all others are irrelevant now
|
||||
|
||||
|
|
Loading…
Reference in a new issue