Fix bug 466686 - Can't create cached calendars right away. r=philipp
This commit is contained in:
Родитель
c98dcb088e
Коммит
8b01238b9b
|
@ -916,8 +916,10 @@ calMgrCalendarObserver.prototype = {
|
|||
"cache.enabled",
|
||||
"suppressAlarms",
|
||||
"calendar-main-in-composite",
|
||||
"calendar-main-default"];
|
||||
for each ( prop in propsToCopy ) {
|
||||
"calendar-main-default",
|
||||
"readOnly",
|
||||
"imip.identity.key"];
|
||||
for each (let prop in propsToCopy ) {
|
||||
newCal.setProperty(prop,
|
||||
aCalendar.getProperty(prop));
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче