зеркало из https://github.com/mozilla/gecko-dev.git
Bug 342039: Trunk regression: Restart Tabbed extension launches doubles now, r=me
This commit is contained in:
Родитель
a9fd2c7f52
Коммит
fe70714e4a
|
@ -161,6 +161,9 @@ SessionStartup.prototype = {
|
|||
delete this._iniString; // delete state string
|
||||
delete this._initialState; // delete state
|
||||
}
|
||||
if (this._getPref("sessionstore.resume_session_once", DEFAULT_RESUME_SESSION_ONCE)) {
|
||||
this._prefBranch.setBoolPref("sessionstore.resume_session_once", false);
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче