Bug 742528 - Read Only Disabled When Calendar Is Cached. r=philipp

This commit is contained in:
Matthew Mecca 2012-12-08 13:10:08 -05:00
Родитель c8361220e7
Коммит 9c3225839b
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -273,8 +273,6 @@ calDavCalendar.prototype = {
} else if (itemId == "calendar-properties") {
this.restoreCalendarProperties(itemData);
this.setProperty("currentStatus", Components.results.NS_OK);
this.readOnly = false;
this.disabled = false;
if (this.mHaveScheduling || this.hasAutoScheduling || this.hasFreeBusy) {
cal.getFreeBusyService().addProvider(this);
}