-rw-r--r-- | korganizer/kotodoview.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/korganizer/kotodoview.cpp b/korganizer/kotodoview.cpp index 82c0f4c..00c2d97 100644 --- a/korganizer/kotodoview.cpp +++ b/korganizer/kotodoview.cpp @@ -416,3 +416,3 @@ void KOTodoListView::keyPressEvent ( QKeyEvent * e ) QListViewItem* cn; - if ( e->key() == Qt::Key_Return || e->key() == Qt::Key_Enter ) { + if ( (e->key() == Qt::Key_Return || e->key() == Qt::Key_Enter) && mName != "todolistsmall") { cn = currentItem(); @@ -1695,7 +1695,4 @@ void KOTodoView::keyPressEvent ( QKeyEvent * e ) e->accept(); - } - } - } |