add site icons and urlbar autocomplete prefs back in as they were removed

from all.js
This commit is contained in:
pinkerton%aol.net 2004-01-21 20:25:31 +00:00
parent 00e4a35da2
commit e638f1c73d

View File

@ -63,7 +63,9 @@ pref("chimera.log_js_to_console", true);
pref("general.useragent.vendor", "Camino");
pref("general.useragent.vendorSub", "0.7+");
pref("browser.chrome.site_icons", true);
pref("browser.chrome.favicons", true);
pref("browser.urlbar.autocomplete.enabled", true);
// Default to auto download enabled but auto helper dispatch disabled
pref("browser.download.autoDownload", true);