Bug 735749 - No back button in awesomescreen on Maemo 6 [r=mfinkle]

This commit is contained in:
Matt Brubeck 2012-03-30 18:53:56 -07:00
parent 3416d4009d
commit 30bff08e9f

View File

@ -23,6 +23,7 @@ var AwesomeScreen = {
document.getElementById("syncsetup-container"),
#endif
document.getElementById("urlbar-container"),
document.getElementById("tool-app-close"),
document.getElementById("search-engines-popup"),
document.getElementById("context-popup")
]
@ -56,7 +57,7 @@ var AwesomeScreen = {
let willShowPanel = (!this._activePanel && aPanel);
if (willShowPanel) {
BrowserUI.pushDialog(this._activePanel);
BrowserUI.pushDialog(aPanel);
BrowserUI._edit.attachController();
BrowserUI._editURI();
this.container.hidden = this.headers.hidden = false;