bug 349354 - Editing recurring event resets any this-recurrence-only changes. patch by michael.buttner@sun.com, r1=ctalbert, r2=mvl

This commit is contained in:
mattwillis%gmail.com 2006-09-15 23:34:10 +00:00
Родитель f3b8f758ea
Коммит afd11bd889
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -277,7 +277,8 @@
for each (ed in this.mItemData) { for each (ed in this.mItemData) {
if (aItem.hasSameIds(ed.item)) if (aItem.hasSameIds(ed.item))
{ {
return; this.deleteItem(aItem);
break;
} }
} }