зеркало из https://github.com/mozilla/pjs.git
Bug 344919 Sunbird fails to display missed Task alarms on startup r=dmose
This commit is contained in:
Родитель
5ddcc8248b
Коммит
e6c97abde7
|
@ -666,7 +666,7 @@ calItemBase.prototype = {
|
|||
var triggerProp = icssvc.createIcalProperty("TRIGGER");
|
||||
triggerProp.valueAsIcalString = this.alarmOffset.icalString;
|
||||
|
||||
if (this.alarmRelated == this.ALARM_RELATED_END)
|
||||
if (this.alarmRelated == Components.interfaces.calIItemBase.ALARM_RELATED_END)
|
||||
triggerProp.setParameter("RELATED", "END");
|
||||
|
||||
alarmComp.addProperty(triggerProp);
|
||||
|
|
Загрузка…
Ссылка в новой задаче