Closed
Bug 339260
Opened 20 years ago
Closed 20 years ago
ns_not_implemented should probably be ns_error_not_implemented
Categories
(Calendar :: Internal Components, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: csthomas, Assigned: jminta)
References
()
Details
Attachments
(1 file)
|
1.72 KB,
patch
|
dmosedale
:
first-review+
|
Details | Diff | Splinter Review |
/calendar/base/src/calItemBase.js, line 443 -- throw Components.results.NS_NOT_IMPLEMENTED;
/calendar/base/src/calItemBase.js, line 447 -- throw Components.results.NS_NOT_IMPLEMENTED;
/calendar/base/src/calItemBase.js, line 609 -- throw Components.results.NS_NOT_IMPLEMENTED;
| Assignee | ||
Comment 1•20 years ago
|
||
I suppose it's a good thing we've never hit these errors.
Comment 2•20 years ago
|
||
Comment on attachment 225801 [details] [diff] [review]
use NS_ERROR_NOT_IMPLEMENTED
r=dmose
Attachment #225801 -
Flags: first-review?(dmose) → first-review+
| Assignee | ||
Comment 3•20 years ago
|
||
patch checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•