Bug 381803 - two files are listed in DM, while downloading one file. r=mconnor

This commit is contained in:
sdwilsh%shawnwilsher.com 2007-06-01 01:42:43 +00:00
Родитель 43f584cdd4
Коммит 94b98ea66b
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -207,6 +207,8 @@ var gDownloadObserver = {
case "dl-start":
// Add this download to the percentage average tally
var dl = aSubject.QueryInterface(Components.interfaces.nsIDownload);
if (getDownload(dl.id))
return;
gActiveDownloads.push(dl);
// Adding to the UI