Bug 574353 - Cannot focus location bar with Cmd-L after viewing the customize sheet (r=gavin, a=blocking)

This commit is contained in:
mano@mozilla.com 2010-10-14 19:29:56 +07:00
parent 16abac4725
commit 485b0229ab

View File

@ -3530,9 +3530,7 @@ function BrowserToolboxCustomizeDone(aToolboxChanged) {
SetClickAndHoldHandlers();
#endif
// XXX Shouldn't have to do this, but I do
if (!gCustomizeSheet)
window.focus();
window.content.focus();
}
function BrowserToolboxCustomizeChange() {