-rw-r--r-- | core/pim/todo/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/todo/mainwindow.cpp b/core/pim/todo/mainwindow.cpp index 77cbe17..c5cedc6 100644 --- a/core/pim/todo/mainwindow.cpp +++ b/core/pim/todo/mainwindow.cpp @@ -706,5 +706,5 @@ void MainWindow::slotComplete( const OTodo& todo ) { * the spinned off one will loose the */ - if ( to.recurrence().doesRecur() && to.isCompleted() ) { + if ( to.hasRecurrence() && to.isCompleted() ) { OTodo to2( to ); |