author | zautrix <zautrix> | 2004-10-16 23:34:27 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-16 23:34:27 (UTC) |
commit | 9f0a9fb68e70c53593f9cd8340a8bb16d7f6833f (patch) (side-by-side diff) | |
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 @@ -509,5 +509,5 @@ void KOTodoView::setNarrow() void KOTodoView::updateView() { - + pendingSubtodo = 0; if ( mBlockUpdate ) { //qDebug("blocked "); @@ -603,4 +603,5 @@ void KOTodoView::updateView() void KOTodoView::restoreItemState( QListViewItem *item ) { + pendingSubtodo = 0; while( item ) { KOTodoViewItem *todoItem = (KOTodoViewItem *)item; @@ -618,5 +619,5 @@ QMap<Todo *,KOTodoViewItem *>::ConstIterator // TODO: Check, if dynmaic cast is necessary - + pendingSubtodo = 0; Incidence *incidence = todo->relatedTo(); if (incidence && incidence->type() == "Todo") { @@ -706,4 +707,5 @@ void KOTodoView::showItem(QListViewItem *item,const QPoint &,int) void KOTodoView::popupMenu(QListViewItem *item,const QPoint &,int column) { + pendingSubtodo = 0; mActiveItem = (KOTodoViewItem *)item; if (item) { |