Bug 432598: don't show the EULA in debug builds, patch by Manish Singh <manish@flock.com>, r=me, a=mconnor

This commit is contained in:
gavin@gavinsharp.com 2008-05-08 08:24:23 -07:00
parent 29f0afc941
commit 2ee6462762

View File

@ -659,6 +659,10 @@ pref("browser.EULA.3.accepted", false);
// if we rev the EULA again, we should bump this so users agree to the new EULA
pref("browser.EULA.version", 3);
#ifdef DEBUG
pref("browser.EULA.override", true);
#endif
pref("browser.sessionstore.enabled", true);
pref("browser.sessionstore.resume_from_crash", true);
pref("browser.sessionstore.resume_session_once", false);