No bug - Fix typo in browser-ui.js

This commit is contained in:
Reuben Morais 2013-06-15 22:46:18 -07:00
parent 090a00ba98
commit afb21c2442

View File

@ -574,7 +574,7 @@ var BrowserUI = {
this._sslDiskCacheEnabled = Services.prefs.getBoolPref(aData);
break;
case "browser.urlbar.formatting.enabled":
this._formattingEnabled = Services.prefs.getBookPref(aData);
this._formattingEnabled = Services.prefs.getBoolPref(aData);
break;
case "browser.urlbar.trimURLs":
this._mayTrimURLs = Services.prefs.getBoolPref(aData);