This commit is contained in:
mattwillis%gmail.com 2006-09-06 11:57:17 +00:00
Родитель 805a830e50
Коммит 77409703bc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -267,7 +267,7 @@ calCalendarManager.prototype = {
// calendar stored on a server when all they really wanted to do was // calendar stored on a server when all they really wanted to do was
// unsubscribe. // unsubscribe.
if (calendar instanceof Components.interfaces.calICalendarProvider if (calendar instanceof Components.interfaces.calICalendarProvider
(calendar.type == "storage" || cal.type == "memory")) { (calendar.type == "storage" || calendar.type == "memory")) {
try { try {
calendar.deleteCalendar(calendar, null); calendar.deleteCalendar(calendar, null);
} catch(ex) { } catch(ex) {