зеркало из https://github.com/mozilla/gecko-dev.git
Bug 708597 - Download toaster notification is displayed only for the first download [r=margaret]
This commit is contained in:
Родитель
94019f5771
Коммит
f09b03b90c
|
@ -133,9 +133,9 @@ var Downloads = {
|
|||
this._dlmgr = Cc["@mozilla.org/download-manager;1"].getService(Ci.nsIDownloadManager);
|
||||
this._progressAlert = new AlertDownloadProgressListener();
|
||||
this._dlmgr.addListener(this._progressAlert);
|
||||
|
||||
NativeWindow.toast.show(Strings.browser.GetStringFromName("alertDownloadsToast"), "long");
|
||||
}
|
||||
|
||||
NativeWindow.toast.show(Strings.browser.GetStringFromName("alertDownloadsToast"), "long");
|
||||
} else if (aTopic == "dl-done") {
|
||||
msgKey = "alertDownloadsDone";
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче