This commit is contained in:
mikep%oeone.com 2002-08-16 18:15:59 +00:00
Родитель 76d8a17d21
Коммит eaffce9b08
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -183,8 +183,10 @@ function sendEvent()
// lets open a composer with fields and body prefilled
try
{
if(Event.method == 0)
Event.method = Event.ICAL_METHOD_PUBLISH;
Event.alarm = false;
if(Event.method == 0)
Event.method = Event.ICAL_METHOD_PUBLISH;
saveCalendarObject(CalendarDataFilePath, Event.getIcalString());
nsIMsgAttachmentComponent = Components.classes["@mozilla.org/messengercompose/attachment;1"];
nsIMsgAttachment = nsIMsgAttachmentComponent.createInstance(Components.interfaces.nsIMsgAttachment);