Closed
Bug 24282
Opened 25 years ago
Closed 25 years ago
Change not written to prefs.js until exit: remember_selected_message
Categories
(MailNews Core :: Backend, defect, P3)
MailNews Core
Backend
Tracking
(Not tracked)
M14
People
(Reporter: laurel, Assigned: bugs)
Details
Using 2000-01-18-11m13 commercial build on linux 6.0 and NT 4.0
(haven't yet gotten to mac, assume same results)
When you change the (enabled/disabled) state of the pref "Remember the last
selected message", the change isn't written to prefs.js until exit.
1. Launch seamonkey and go to mail.
2. Edit|Prefs|Mail & Newsgroups.
Change the state (enable/disable) of the preference "Remember the last
selecte message". Confirm OK to prefs dialog.
3. Check the prefs.js line for the state of the pref:
remember_selected_message
enabled state == true (for enabled state a line would not be shown in
prefs.js)
disabled state == false (for disabled state a line would indeed show in
prefs.js)
Note the prefs.js reflects the state of the pref prior to your change in
step 2 above.
4. Exit 5.0.
5. Check the prefs.js file again.
Note the prefs.js now reflects the changed state.
Actual result: change to pref doesn't reflect in prefs.js until exit.
Expected result: change to pref state should be written to prefs.js upon
confirming OK to prefs dialog.
Updated•25 years ago
|
Assignee: sspitzer → rgoodger
Comment 1•25 years ago
|
||
ben, this is a duplicate of the last bug I re-assigned to you.
basically, you need to call SavePrefFile() when they user hits ok on the pref
dialog window.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M14
Assignee | ||
Comment 2•25 years ago
|
||
gotcha...
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•