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