Bug 838337 - Set downloading to true when we get an appcache progress event. r=fabrice

This commit is contained in:
Julien Wajsberg 2013-02-07 20:36:14 +01:00
parent eab6f83115
commit 7f0772a5a6

View File

@ -559,6 +559,7 @@ WebappsApplication.prototype = {
this._fireEvent("downloadsuccess", this._ondownloadsuccess);
this._fireEvent("downloadapplied", this._ondownloadapplied);
} else {
this.downloading = true;
this._fireEvent("downloadprogress", this._onprogress);
}
} else if (msg.error) {