Bug 519099 - Location bar stops working and does not allow any input. Restarts does not help. r=zeniko

This commit is contained in:
Paul O’Shannessy 2009-10-16 12:18:48 -07:00
Родитель ac50aeeba7
Коммит 32f3c51234
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -269,6 +269,8 @@ SessionStoreService.prototype = {
// make sure that at least the first window doesn't have anything hidden
delete this._initialState.windows[0].hidden;
// Since nothing is hidden in the first window, it cannot be a popup
delete this._initialState.windows[0].isPopup;
}
catch (ex) { debug("The session file is invalid: " + ex); }
}