From fa37939abdf8e956ac671ebaab44bb25acb00cd3 Mon Sep 17 00:00:00 2001 From: Neil Deakin Date: Sat, 13 Sep 2008 17:20:11 -0400 Subject: [PATCH] Bug 452080, additional line that was missed due to merging --- mobile/chrome/content/browser-ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/chrome/content/browser-ui.js b/mobile/chrome/content/browser-ui.js index 655a7ff67509..382c4642840b 100644 --- a/mobile/chrome/content/browser-ui.js +++ b/mobile/chrome/content/browser-ui.js @@ -734,6 +734,7 @@ var BrowserUI = { // URL textbox events case "click": this.show(UIMODE_URLEDIT); + this.updateAutoComplete(true); break; case "input": this.updateAutoComplete(false);