Fix bug 466686 - Can't create cached calendars right away. r=philipp

This commit is contained in:
Simon Vaillancourt 2011-01-31 14:42:00 +01:00
Родитель c98dcb088e
Коммит 8b01238b9b
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -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));
}