Bug 848347 - external links do not always open correctly; r=ttaubert

This commit is contained in:
Christian Ascheberg 2013-06-03 08:36:04 +02:00
Родитель 739b43f8c1
Коммит f68b453f7a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -740,7 +740,7 @@ let SessionStoreInternal = {
this._deferredInitialState._firstTabs = true;
this._restoreCount = this._deferredInitialState.windows ?
this._deferredInitialState.windows.length : 0;
this.restoreWindow(aWindow, this._deferredInitialState, true);
this.restoreWindow(aWindow, this._deferredInitialState, false);
this._deferredInitialState = null;
}
else if (this._restoreLastWindow && aWindow.toolbar.visible &&