Closed
Bug 336845
Opened 19 years ago
Closed 18 years ago
Removed unused Calendar preference alerts.height
Categories
(Calendar :: General, defect)
Calendar
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jason.barnabe, Assigned: mattwillis)
References
()
Details
Attachments
(1 file, 2 obsolete files)
1.08 KB,
patch
|
mvl
:
first-review+
|
Details | Diff | Splinter Review |
The alerts.height preference hasn't done anything since bug 132731 was fixed.
We should remove it. I'd write the patch myself, but I don't build Calendar.
Assignee | ||
Comment 1•18 years ago
|
||
Reporter is correct. This pref is no longer used... like for years now.
Assignee: nobody → mattwillis
Status: NEW → ASSIGNED
Attachment #228646 -
Flags: first-review?(jminta)
Comment 2•18 years ago
|
||
Comment on attachment 228646 [details] [diff] [review]
rev0 - removes alert.height
>Index: calendar/sunbird/app/profile/sunbird.js
>-pref("calendar.alarms.show", true);
>-pref("calendar.alarms.showmissed", true);
>-pref("calendar.alarms.playsound", true);
you are removing an awful lot more then just the one pref. Are you sure that's what you want?
Assignee | ||
Comment 3•18 years ago
|
||
Comment on attachment 228646 [details] [diff] [review]
rev0 - removes alert.height
Bad patch
Attachment #228646 -
Flags: first-review?(jminta)
Assignee | ||
Comment 4•18 years ago
|
||
Comment on attachment 228646 [details] [diff] [review]
rev0 - removes alert.height
Bad patch
Attachment #228646 -
Attachment is obsolete: true
Assignee | ||
Comment 5•18 years ago
|
||
Attachment #228672 -
Flags: first-review?(mvl)
Assignee | ||
Comment 6•18 years ago
|
||
Comment on attachment 228672 [details] [diff] [review]
rev1 - the Right patch
I lied.
Attachment #228672 -
Attachment is obsolete: true
Attachment #228672 -
Flags: first-review?(mvl)
Assignee | ||
Comment 7•18 years ago
|
||
Attachment #228673 -
Flags: first-review?(mvl)
Comment 8•18 years ago
|
||
Comment on attachment 228673 [details] [diff] [review]
rev1 - REALLY the right patch
r=mvl
Attachment #228673 -
Flags: first-review?(mvl) → first-review+
Assignee | ||
Comment 9•18 years ago
|
||
patch checked in on MOZILLA_1_8_BRANCH and trunk
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•