Closed
Bug 153569
Opened 23 years ago
Closed 23 years ago
Prefs not saved immediately
Categories
(Camino Graveyard :: Preferences, enhancement)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stf, Assigned: bnesse)
Details
The preferences are not saved immediately, even after closing the Preferences
window. If you make a force quit (or a crash), the changes will be lost.
Build 20020621 16:08
Comment 1•23 years ago
|
||
what's up with pref saving? Is this still an issue?
Assignee: saari → bnesse
Assignee | ||
Comment 2•23 years ago
|
||
A quick scan of Chimera indicates that neither ReadUserPrefs nor SavePrefFile
are being called directly. At a minimum, this would indicate that the prefs are
not being saved after pref panel changes.
As a prefs.js file exists in the user profile, I assume that the file is being
read and written via support in the embedded libraries.
Comment 3•23 years ago
|
||
then i guess we need to force a pref save after the pref window goes away rather
than relying on it being saved when the app quits. that goes for both user
defaults and mozilla prefs.
Comment 4•23 years ago
|
||
made it so that we write out the prefs when the window closes. we don't need to
do this for every pref panel, I don't think.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•