Re: Moz 1.7, all.js, unix.js where?
"Benjamin D. Smedberg" <[email protected]> Mon, 21 Jun 2004 11:27:38 -0400
| Newsgroups | gmane.comp.mozilla.devel.prefs |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Hans Werner Strube wrote: > Oops, I found greprefs/all.js, which seems to be a union of all.js and > unix.js. If I want to change an entry, should I edit greprefs/all.js or > should I add a file to defaults/pref/ containing these changed entries? > What is the precedence? greprefs/ is read first defaults/pref is read next Files in each directory are read in reverse-alphabetical order. The recommended way to override default prefs is in your profile (or use about:config in the browser). However, if that does not work for some reason, you can add a file to defaults/pref. --BDS