mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 842185 - "Remove From History" doesn't work r=mak
This commit is contained in:
parent
0476863f7c
commit
e6c8a2167a
@ -913,7 +913,7 @@ DownloadsDataCtor.prototype = {
|
||||
case "download-manager-remove-download-guid":
|
||||
// If a single download was removed, remove the corresponding data item.
|
||||
if (aSubject) {
|
||||
let downloadGuid = aSubject.data.QueryInterface(Ci.nsISupportsCString);
|
||||
let downloadGuid = aSubject.QueryInterface(Ci.nsISupportsCString).data;
|
||||
DownloadsCommon.log("A single download with id",
|
||||
downloadGuid, "was removed.");
|
||||
this._removeDataItem(downloadGuid);
|
||||
|
Loading…
Reference in New Issue
Block a user