Closed
Bug 497583
Opened 15 years ago
Closed 15 years ago
Don't duplicate intl.* and signon.* prefs in all-thunderbird.js unnecessarily
Categories
(Thunderbird :: Preferences, defect)
Thunderbird
Preferences
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0b3
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(1 file)
1.93 KB,
patch
|
philor
:
review+
|
Details | Diff | Splinter Review |
all-thunderbird.js has two sets of duplicate prefs that are set exactly the same as all.js. We should just remove them to avoid unnecessary confusion and reduce the file size a little bit.
Patch attached. Signon.* prefs around about here:
http://mxr.mozilla.org/comm-central/source/mozilla/modules/libpref/src/init/all.js#2690
intl.* prefs around about here:
http://mxr.mozilla.org/comm-central/source/mozilla/modules/libpref/src/init/all.js#875
Attachment #382718 -
Flags: review?(philringnalda)
Updated•15 years ago
|
Attachment #382718 -
Flags: review?(philringnalda) → review+
Comment 1•15 years ago
|
||
Comment on attachment 382718 [details] [diff] [review]
The fix
Wow, set the wayback machine for the Early Aviary Era.
Assignee | ||
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•