-rw-r--r-- | korganizer/kotodoview.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/korganizer/kotodoview.cpp b/korganizer/kotodoview.cpp index a8143a0..a12acd1 100644 --- a/korganizer/kotodoview.cpp +++ b/korganizer/kotodoview.cpp @@ -510,3 +510,3 @@ void KOTodoView::updateView() { - + pendingSubtodo = 0; if ( mBlockUpdate ) { @@ -604,2 +604,3 @@ void KOTodoView::restoreItemState( QListViewItem *item ) { + pendingSubtodo = 0; while( item ) { @@ -619,3 +620,3 @@ QMap<Todo *,KOTodoViewItem *>::ConstIterator - + pendingSubtodo = 0; Incidence *incidence = todo->relatedTo(); @@ -707,2 +708,3 @@ void KOTodoView::popupMenu(QListViewItem *item,const QPoint &,int column) { + pendingSubtodo = 0; mActiveItem = (KOTodoViewItem *)item; |