Charlie Zender wrote:
> I have added to my prefs.js the line
>
> user_pref("dom.disable_open_during_load", true);
>
> but when I shut down mozilla 0.9.4 and then restart the prefs.js
> file is automatically rewritten and no longer contains my custom
> mods, i.e., the above line. How does one make custom mods to prefs.js
> "sticky", so they survive restarting?
>
> Thanks,
> Charlie
>
The file gets read in at start up and re-written with programatically
changed prefs re-written when shut down. If you add your pref when moz
isn't running it will persist :-)
David