bug 296202 - typo fix
git-svn-id: svn://10.0.0.236/trunk@209258 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -267,7 +267,7 @@ calCalendarManager.prototype = {
|
||||
// calendar stored on a server when all they really wanted to do was
|
||||
// unsubscribe.
|
||||
if (calendar instanceof Components.interfaces.calICalendarProvider
|
||||
(calendar.type == "storage" || cal.type == "memory")) {
|
||||
(calendar.type == "storage" || calendar.type == "memory")) {
|
||||
try {
|
||||
calendar.deleteCalendar(calendar, null);
|
||||
} catch(ex) {
|
||||
|
||||
Reference in New Issue
Block a user