use the right constant, one that was actually defined.

This commit is contained in:
mvl%exedo.nl 2005-06-30 09:30:00 +00:00
Родитель 27eed313df
Коммит 8d91ed1daf
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -698,7 +698,7 @@ calStorageCalendar.prototype = {
var itemIsCompleted = false;
if (item.todo_complete == 100 ||
item.todo_completed != null ||
item.ical_status == calITodo.CAL_TODO_STATUS_COMPLETED)
item.ical_status == kCalITodo.CAL_TODO_STATUS_COMPLETED)
itemIsCompleted = true;
if (!itemIsCompleted && !wantNotCompletedItems)