Closed
Bug 372837
Opened 18 years ago
Closed 18 years ago
wrong check for tasks in calendar-multiday-view.xml
Categories
(Calendar :: Calendar Frontend, defect)
Calendar
Calendar Frontend
Tracking
(Not tracked)
VERIFIED
FIXED
Sunbird 0.5
People
(Reporter: ssitter, Assigned: ssitter)
References
Details
Attachments
(1 file)
2.55 KB,
patch
|
jminta
:
first-review+
jminta
:
second-review+
|
Details | Diff | Splinter Review |
Bug 366560 introduced some errors/typos in calendar-multiday-view.xml, e.g.
if (aNewItem instanceof Components.interfaces.calITodo &&
was changed to
if (isToDo(Ci.calITodo) &&
Attachment #257527 -
Flags: second-review?(jminta)
Attachment #257527 -
Flags: first-review?(lilmatt)
Comment 1•18 years ago
|
||
Comment on attachment 257527 [details] [diff] [review]
rev0 - fix check for tasks
nice catch, r=jminta
Attachment #257527 -
Flags: second-review?(jminta)
Attachment #257527 -
Flags: second-review+
Attachment #257527 -
Flags: first-review?(lilmatt)
Attachment #257527 -
Flags: first-review+
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → ssitter
OS: Windows 2000 → All
Hardware: PC → All
Whiteboard: [needs checkin]
Comment 2•18 years ago
|
||
Patch checked in on MOZILLA_1_8_BRANCH and trunk.
-> FIXED
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Whiteboard: [needs checkin]
Target Milestone: --- → Sunbird 0.5
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•