-rw-r--r-- | core/pim/todo/tableview.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/pim/todo/tableview.cpp b/core/pim/todo/tableview.cpp index 39f0d72..8cd2e7e 100644 --- a/core/pim/todo/tableview.cpp +++ b/core/pim/todo/tableview.cpp @@ -153,3 +153,3 @@ void TableView::setTodos( OTodoAccess::List::Iterator it, QString currentCat = todoWindow()->currentCategory(); - bool showCompleted = todoWindow()->currentCatId(); + bool showCompleted = todoWindow()->showCompleted(); bool showOverDue = todoWindow()->showOverDue(); @@ -170,2 +170,3 @@ void TableView::setTodos( OTodoAccess::List::Iterator it, if ( !showCompleted && todo.isCompleted() ) { + qWarning("isCompleted "); continue; |