зеркало из https://github.com/mozilla/pjs.git
Fixing bug 159653.,
This commit is contained in:
Родитель
e3a481246b
Коммит
2e60546546
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче