From d5106b64102bc94638cfdc64f3370bf358722e5e Mon Sep 17 00:00:00 2001 From: Wes Johnston Date: Fri, 7 Oct 2011 11:14:38 -0700 Subject: [PATCH] Bug 692445 - Fix behavior of change language button on about:home. r=mfinkle --- mobile/chrome/content/aboutHome.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/chrome/content/aboutHome.xhtml b/mobile/chrome/content/aboutHome.xhtml index 102cdcb2d188..e2a8a73fdcd3 100644 --- a/mobile/chrome/content/aboutHome.xhtml +++ b/mobile/chrome/content/aboutHome.xhtml @@ -158,7 +158,7 @@ function openLocalePicker() { let win = getChromeWin(); win.BrowserUI.showPanel("prefs-container"); - win.document.getElementById("prefs-languages").click(); + win.document.getElementById("prefs-uilanguage-button").click(); } function init() {