missed one spot for bug 293053. (make ics calendar return the right parent on items)

This commit is contained in:
mvl%exedo.nl 2005-06-03 10:01:38 +00:00
Родитель 5cd1977dea
Коммит fb6bd743c0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -167,7 +167,7 @@ calMemoryCalendar.prototype = {
}
var newItem = aItem.clone();
newItem.parent = this;
newItem.parent = this.calendarToReturn;
newItem.generation = 1;
newItem.makeImmutable();
this.mItems[newItem.id] = newItem;