mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 394615: 0 byte downloads don't appear in the download manager, patch by Edward Lee <edilee@gmail.com>, r=sdwilsh
This commit is contained in:
parent
84e115b359
commit
f9179f6457
@ -162,6 +162,7 @@ protected:
|
||||
static PRBool IsInFinalStage(DownloadState aState)
|
||||
{
|
||||
return aState == nsIDownloadManager::DOWNLOAD_NOTSTARTED ||
|
||||
aState == nsIDownloadManager::DOWNLOAD_QUEUED ||
|
||||
aState == nsIDownloadManager::DOWNLOAD_DOWNLOADING;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user