fix hidePrefPane()

This commit is contained in:
foudfou 2012-11-16 17:38:20 +01:00
parent d17bcf9721
commit e312714c73
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ var firetrayUIOptions = {
this._prefwindow = document.getElementById("firetray-preferences");
let radio = document.getAnonymousElementByAttribute(this._prefwindow, "pane", name);
if (radio.selected)
prefwindow.showPane(document.getElementById(PREF_DEFAULT_PANE));
_prefwindow.showPane(document.getElementById(PREF_DEFAULT_PANE));
radio.hidden = true;
},