Use the right scope. Bustage bug.

This commit is contained in:
mvl%exedo.nl 2005-06-12 20:41:05 +00:00
parent c194b5e043
commit d3f66e083e

View File

@ -211,7 +211,7 @@ calTodo.prototype = {
this.mapPropsFromICS(todo, this.icsEventPropMap);
this.mIsAllDay = this.mStartDate && this.mStartDate.isDate;
this.importUnpromotedProperties(todo, todoPromotedProps);
this.importUnpromotedProperties(todo, this.todoPromotedProps);
// Importing didn't really change anything
this.mDirty = false;
},