mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
Bug 263479 Tasks aren't removed from view after delete. r=mvl
This commit is contained in:
parent
1316de191a
commit
4aad90d2b0
@ -1268,9 +1268,6 @@
|
||||
this.calView.doAddItem(occ);
|
||||
},
|
||||
onDeleteItem: function (aItem) {
|
||||
if (!(aItem instanceof Components.interfaces.calIEvent))
|
||||
return;
|
||||
|
||||
var occs = aItem.getOccurrencesBetween(this.calView.startDate,
|
||||
this.calView.queryEndDate,
|
||||
{});
|
||||
|
Loading…
x
Reference in New Issue
Block a user