mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
Bug 632346 - Opening a new tab from command-line should hide the right panel [r=mfinkle]
This commit is contained in:
parent
a331858456
commit
63ce29e354
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user