Bug 481850 - Port Bug 480893 (Session Restore, start new session does not follow startup page option) to SeaMonkey. r=jag, sr=neil.
This commit is contained in:
Родитель
8a1bdc16e4
Коммит
1a4c630351
|
@ -140,7 +140,12 @@ function restoreSession() {
|
|||
}
|
||||
|
||||
function startNewSession() {
|
||||
getBrowserWindow().BrowserHome();
|
||||
if (Components.classes["@mozilla.org/preferences-service;1"]
|
||||
.getService(Components.interfaces.nsIPrefBranch)
|
||||
.getIntPref("browser.startup.page") == 1)
|
||||
getBrowserWindow().BrowserHome();
|
||||
else
|
||||
getBrowserWindow().getBrowser().loadURI("about:blank");
|
||||
}
|
||||
|
||||
function onListClick(aEvent) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче