diff options
| author | Frank Reininghaus <[email protected]> | 2013-02-10 19:27:21 +0100 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2013-02-10 19:27:21 +0100 |
| commit | ced9de5b82046d6eb6f6b828fa9bbc874bbea857 (patch) | |
| tree | 2fd4cc63ff3613ca64d75343a8a1573f96c32e1f /src/panels/places | |
| parent | dc6322dc090bcaec40d75522debad1edfb25b27a (diff) | |
| parent | ec628cfa09ea3c33ef34607d5e91a23dcabd3106 (diff) | |
Merge remote-tracking branch 'origin/KDE/4.10'
Diffstat (limited to 'src/panels/places')
| -rw-r--r-- | src/panels/places/placespanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/places/placespanel.cpp b/src/panels/places/placespanel.cpp index 9f9306946..e23732c97 100644 --- a/src/panels/places/placespanel.cpp +++ b/src/panels/places/placespanel.cpp @@ -110,7 +110,7 @@ void PlacesPanel::showEvent(QShowEvent* event) m_controller = new KItemListController(m_model, m_view, this); m_controller->setSelectionBehavior(KItemListController::SingleSelection); - m_controller->setSingleClickActivation(true); + m_controller->setSingleClickActivationEnforced(true); readSettings(); |
