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:
parent
69387e3b77
commit
01efa22c2a
@ -159,6 +159,9 @@ function downloadCompleted(aDownload)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
gDownloadViewController.onCommandUpdate();
|
||||
|
||||
if (gActiveDownloads.length == 0)
|
||||
window.title = document.documentElement.getAttribute("statictitle");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user