diff options
Diffstat (limited to 'application/palemoon/components/downloads')
-rw-r--r-- | application/palemoon/components/downloads/content/allDownloadsViewOverlay.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/components/downloads/content/allDownloadsViewOverlay.js b/application/palemoon/components/downloads/content/allDownloadsViewOverlay.js index 50f77041b..980913cfe 100644 --- a/application/palemoon/components/downloads/content/allDownloadsViewOverlay.js +++ b/application/palemoon/components/downloads/content/allDownloadsViewOverlay.js @@ -90,7 +90,7 @@ HistoryDownload.prototype = { this.canceled = false; // These properties may be updated if the user interface is refreshed. - this.exists = false; + this.target.exists = false; this.target.size = undefined; } }, |