Bug 632346 - Opening a new tab from command-line should hide the right panel [r=mfinkle]

This commit is contained in:
Vivien Nicolas 2011-02-08 23:36:17 +01:00
parent a331858456
commit 63ce29e354

View File

@ -1460,6 +1460,7 @@ nsBrowserAccess.prototype = {
if (isExternal)
tab.closeOnExit = true;
browser = tab.browser;
BrowserUI.hidePanel();
} else { // OPEN_CURRENTWINDOW and illegal values
browser = Browser.selectedBrowser;
}