summaryrefslogtreecommitdiffabout
path: root/korganizer/kolistview.cpp
Side-by-side diff
Diffstat (limited to 'korganizer/kolistview.cpp') (more/less context) (show whitespace changes)
-rw-r--r--korganizer/kolistview.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/korganizer/kolistview.cpp b/korganizer/kolistview.cpp
index 5f90dc6..7783dd4 100644
--- a/korganizer/kolistview.cpp
+++ b/korganizer/kolistview.cpp
@@ -973,5 +973,7 @@ void KOListView::updateView()
mListView->setFocus();
- if ( mListView->firstChild () )
+ if ( mListView->firstChild () ) {
mListView->setCurrentItem( mListView->firstChild () );
}
+ processSelectionChange( mListView->firstChild () );
+}
void KOListView::updateConfig()
@@ -999,3 +1001,3 @@ void KOListView::showDates(const QDate &start, const QDate &end)
}
- emit incidenceSelected( 0 );
+ //emit incidenceSelected( 0 );
updateView();