Closed
Bug 397742
Opened 18 years ago
Closed 18 years ago
clashing calendarManagerObserver definition for calendar.prototypes.wcap
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
0.7
People
(Reporter: dbo, Assigned: dbo)
Details
Attachments
(1 file)
|
2.11 KB,
patch
|
michael.buettner
:
review+
|
Details | Diff | Splinter Review |
definitions:
<http://mxr.mozilla.org/seamonkey/source/calendar/base/content/calendar-management.js#490>
<http://mxr.mozilla.org/seamonkey/source/calendar/prototypes/wcap/sun-messenger-overlay-sidebar.js#71>
the latter is bound in via:
<http://mxr.mozilla.org/seamonkey/source/calendar/lightning/content/messenger-overlay-sidebar.js#406>
| Assignee | ||
Comment 1•18 years ago
|
||
Assignee: nobody → daniel.boelzle
Status: NEW → ASSIGNED
Attachment #282522 -
Flags: review?(michael.buettner)
Comment 2•18 years ago
|
||
Comment on attachment 282522 [details] [diff] [review]
fix
>+var sideBarCalendarManagerObserver = {
I'd rather name this observer invitationManagerCalendarManagerObserver as it is the instance from the invitation manager that observes the calendar manager. But I leave the choice up to you. r=mickey.
Attachment #282522 -
Flags: review?(michael.buettner) → review+
| Assignee | ||
Comment 3•18 years ago
|
||
I picked that name because the other listener in that file is prefixed with sideBar, too.
Checked in on HEAD and MOZILLA_1_8_BRANCH.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Target Milestone: --- → 0.7
| Assignee | ||
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•