author | zautrix <zautrix> | 2004-10-16 23:34:27 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-16 23:34:27 (UTC) |
commit | 9f0a9fb68e70c53593f9cd8340a8bb16d7f6833f (patch) (unidiff) | |
tree | 126ad880390f2fd3d1fcbebf34c64e0a3f55d682 | |
parent | 6564856660d583425a5f5d51bf77bc52c01da444 (diff) | |
download | kdepimpi-9f0a9fb68e70c53593f9cd8340a8bb16d7f6833f.zip kdepimpi-9f0a9fb68e70c53593f9cd8340a8bb16d7f6833f.tar.gz kdepimpi-9f0a9fb68e70c53593f9cd8340a8bb16d7f6833f.tar.bz2 |
todo fix
-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() | |||
510 | { | 510 | { |
511 | 511 | pendingSubtodo = 0; | |
512 | if ( mBlockUpdate ) { | 512 | if ( mBlockUpdate ) { |
@@ -604,2 +604,3 @@ void KOTodoView::restoreItemState( QListViewItem *item ) | |||
604 | { | 604 | { |
605 | pendingSubtodo = 0; | ||
605 | while( item ) { | 606 | while( item ) { |
@@ -619,3 +620,3 @@ QMap<Todo *,KOTodoViewItem *>::ConstIterator | |||
619 | 620 | ||
620 | 621 | pendingSubtodo = 0; | |
621 | Incidence *incidence = todo->relatedTo(); | 622 | Incidence *incidence = todo->relatedTo(); |
@@ -707,2 +708,3 @@ void KOTodoView::popupMenu(QListViewItem *item,const QPoint &,int column) | |||
707 | { | 708 | { |
709 | pendingSubtodo = 0; | ||
708 | mActiveItem = (KOTodoViewItem *)item; | 710 | mActiveItem = (KOTodoViewItem *)item; |