Bug 605173 - Download notification still remains even when the download has been canceled and deleted

Bug 605173 - Download notification still remains even when the download has been canceled and deleted [r=mfinkle]
This commit is contained in:
Alex Pakhotin 2010-11-17 18:50:35 -08:00
Родитель 1a378c4275
Коммит e517b86251
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -621,7 +621,7 @@ AlertDownloadProgressListener.prototype = {
},
onDownloadStateChange: function(aState, aDownload) {
#ifdef ANDROID
#ifdef ANDROID
let state = aDownload.state;
switch (state) {
case Ci.nsIDownloadManager.DOWNLOAD_FAILED: