зеркало из https://github.com/mozilla/pjs.git
Bug 616919 - Make "History > Home" work on Mac if no browser windows are open. r=mano a=blocker
This commit is contained in:
Родитель
feb3a5e0fe
Коммит
94dbe6b893
|
@ -1984,6 +1984,7 @@ function BrowserGoHome(aEvent) {
|
||||||
|
|
||||||
// Home page should open in a new tab when current tab is an app tab
|
// Home page should open in a new tab when current tab is an app tab
|
||||||
if (where == "current" &&
|
if (where == "current" &&
|
||||||
|
gBrowser &&
|
||||||
gBrowser.selectedTab.pinned)
|
gBrowser.selectedTab.pinned)
|
||||||
where = "tab";
|
where = "tab";
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче