This commit is contained in:
mattwillis%gmail.com 2006-09-06 12:03:39 +00:00
Родитель ae412249cf
Коммит 98fe140e89
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -270,8 +270,8 @@ calCalendarManager.prototype = {
(calendar.type == "storage" || calendar.type == "memory")) {
try {
calendar.deleteCalendar(calendar, null);
} catch(ex) {
dump("error purging calendar:"+ex+'\n');
} catch (e) {
Components.utils.reportError("error purging calendar: " + e);
}
}
},