Bug 452080, additional line that was missed due to merging

This commit is contained in:
Neil Deakin 2008-09-13 17:20:11 -04:00
parent ac69c19305
commit a1062f4371

View File

@ -734,6 +734,7 @@ var BrowserUI = {
// URL textbox events
case "click":
this.show(UIMODE_URLEDIT);
this.updateAutoComplete(true);
break;
case "input":
this.updateAutoComplete(false);