Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-10-01 20:10:49 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-10-01 20:10:49 (GMT)
commitddf7aa09d1e9e411149f6e8faa98a8a5f2244bf8 (patch)
tree315e57037e008b6fbefcc6386fdc2b21ed72e4a6 /data
parent762bd9a960a7138db484bc3b1132e89610349a81 (diff)
Supress warning for about:config,
Make history 50 elements max
Diffstat (limited to 'data')
-rw-r--r--data/prefs.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/prefs.js b/data/prefs.js
index 5dda37a..5f8b4e0 100644
--- a/data/prefs.js
+++ b/data/prefs.js
@@ -88,3 +88,11 @@ pref("font.size.fixed.zh-HK", 12);
// Enable error pages (xulrunner is missing this pref)
pref("browser.xul.error_pages.enabled", true);
+
+// Set this to not show messages about loaded guns when about:config
+pref("general.warnOnAboutConfig", false);
+
+// Set the maximum history entries to 50
+pref("browser.sessionhistory.max_entries", 50);
+
+