mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 877984 - Trying to update a hosted app preloading appcache that was preinstalled will fail to update r=gene.lian
This commit is contained in:
parent
54de48fdf4
commit
cb2aec619e
@ -565,6 +565,7 @@ WebappsApplication.prototype = {
|
||||
if (this.installState == "installed") {
|
||||
this._downloadError = null;
|
||||
this.downloading = false;
|
||||
this.downloadAvailable = false;
|
||||
this._fireEvent("downloadsuccess", this._ondownloadsuccess);
|
||||
this._fireEvent("downloadapplied", this._ondownloadapplied);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user