mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
Bug 735749 - No back button in awesomescreen on Maemo 6 [r=mfinkle]
This commit is contained in:
parent
dad6687338
commit
495a1e90f9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user