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
// 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) {