зеркало из https://github.com/mozilla/pjs.git
Bug 227262 - Clean Up button doesn't appear immediately after download manager finishes, patch by Asaf Romano (romano_a@zahav.net.il>), r=ben
This commit is contained in:
Родитель
daf38bd27f
Коммит
1c51c1cdcf
|
@ -159,6 +159,9 @@ function downloadCompleted(aDownload)
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
gDownloadViewController.onCommandUpdate();
|
||||
|
||||
if (gActiveDownloads.length == 0)
|
||||
window.title = document.documentElement.getAttribute("statictitle");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче