From cd03a8d1ff9fc5001e7f97272fd7d2025b22395e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Desr=C3=A9?= Date: Wed, 19 Sep 2012 15:15:58 -0700 Subject: [PATCH] Restore localId initial pref value to what it was before bug 792015 r=me --- modules/libpref/src/init/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js index e6910a00440..63bda91f3ed 100644 --- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -3732,7 +3732,7 @@ pref("toolkit.identity.debug", false); pref("dom.mozApps.dev_mode", false); // Lowest localId for apps. -pref("dom.mozApps.maxLocalId", 0); +pref("dom.mozApps.maxLocalId", 1000); // Let us know wether we should run the permissions update algorithm. // See Bug 787439