зеркало из https://github.com/mozilla/gecko-dev.git
missed one spot for bug 293053. (make ics calendar return the right parent on items)
This commit is contained in:
Родитель
5cd1977dea
Коммит
fb6bd743c0
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче