Closed
Bug 666574
Opened 14 years ago
Closed 14 years ago
Advanced pref pane shouldn't use setBoolPref
Categories
(Firefox :: Settings UI, defect)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
Firefox 7
People
(Reporter: steffen.wilberg, Assigned: steffen.wilberg)
References
Details
Attachments
(1 file)
3.26 KB,
patch
|
asaf
:
review+
|
Details | Diff | Splinter Review |
The prefwindow doesn't need to hack around with setBoolPref.
setBoolPref applies instantly, which is wrong on Windows.
Use <preference>.value instead.
Assignee | ||
Comment 1•14 years ago
|
||
The invertion of !pref.value is now done by the preference element's inverted="true".
Attachment #541363 -
Flags: review?(mano)
Comment 2•14 years ago
|
||
Comment on attachment 541363 [details] [diff] [review]
patch
r=mano
Attachment #541363 -
Flags: review?(mano) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Whiteboard: [inbound]
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite-
OS: Windows 7 → All
Hardware: x86_64 → All
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → Firefox 7
You need to log in
before you can comment on or make changes to this bug.
Description
•