Closed
Bug 34332
Opened 25 years ago
Closed 25 years ago
Syntax error in PrefsWindow.js
Categories
(SeaMonkey :: Preferences, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M15
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);
Assignee | ||
Comment 1•25 years ago
|
||
I checked in the fix.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 3•25 years ago
|
||
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
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•