Bug 227262 - Clean Up button doesn't appear immediately after download manager finishes, patch by Asaf Romano (romano_a@zahav.net.il>), r=ben

git-svn-id: svn://10.0.0.236/trunk@156052 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mconnor%myrealbox.com 2004-05-07 00:11:02 +00:00
parent 69387e3b77
commit 01efa22c2a

View File

@ -159,6 +159,9 @@ function downloadCompleted(aDownload)
break;
}
}
gDownloadViewController.onCommandUpdate();
if (gActiveDownloads.length == 0)
window.title = document.documentElement.getAttribute("statictitle");
}