summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
Diffstat (limited to 'application')
-rw-r--r--application/palemoon/components/downloads/content/allDownloadsViewOverlay.js2
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;
}
},