From ac895871f93dce9734189daf9cb95dbbda605096 Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 07 May 2003 17:44:59 +0000 Subject: one more --- (limited to 'core/pim') 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 @@ -705,7 +705,7 @@ void MainWindow::slotComplete( const OTodo& todo ) { * possible recurrance of this item... * the spinned off one will loose the */ - if ( to.recurrence().doesRecur() && to.isCompleted() ) { + if ( to.hasRecurrence() && to.isCompleted() ) { OTodo to2( to ); /* the spinned off one won't recur anymore */ -- cgit v0.9.0.2