Fix import-export bustage caused by wrong method call; patch by Stefan Sitter, r=dmose, no bug
This commit is contained in:
Родитель
ecbeae08bb
Коммит
8e40c4c369
|
@ -69,7 +69,7 @@ calIcsImporter.prototype.importFromStream =
|
|||
function ics_importFromStream(aStream, aCount) {
|
||||
var parser = Components.classes["@mozilla.org/calendar/ics-parser;1"].
|
||||
createInstance(Components.interfaces.calIIcsParser);
|
||||
parser.parseString(aStream);
|
||||
parser.parseFromStream(aStream);
|
||||
return parser.getItems(aCount);
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче