Closed Bug 34332 Opened 25 years ago Closed 25 years ago

Syntax error in PrefsWindow.js

Categories

(SeaMonkey :: Preferences, defect, P3)

All
Mac System 8.5
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: sfraser_bugs, Assigned: sfraser_bugs)

Details

PrefsWindow.js has a syntax error, which causes some pref loading failure. Here's the diff to fix: Index: PrefsWindow.js =================================================================== RCS file: /cvsroot/mozilla/xpfe/components/prefwindow/resources/content/ PrefsWindow.js,v retrieving revision 1.16 diff -w -c -1 -r1.16 PrefsWindow.js *** PrefsWindow.js 2000/03/31 10:23:05 1.16 --- PrefsWindow.js 2000/04/03 19:45:13 *************** *** 143,145 **** fp.show(); ! var field = document.getElementById "pref:string:browser.cache.directory"); field.setAttribute("value", fp.file.path); --- 143,145 ---- fp.show(); ! var field = document.getElementById("pref:string:browser.cache.directory"); field.setAttribute("value", fp.file.path);
I checked in the fix.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
setting milestone, needs to be verified
Target Milestone: --- → M15
yup, looks good. verif w/opt comm bits: linux 2000.04.05.09 macOS 2000.04.05.10 winNT 2000.04.05.09
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.