Bug 708597 - Download toaster notification is displayed only for the first download [r=margaret]

This commit is contained in:
Mark Finkle 2012-01-04 23:36:57 -05:00
parent 629c79ce7a
commit ce69d4152d

View File

@ -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";
}