┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/places
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2013-02-10 19:27:21 +0100
committerFrank Reininghaus <[email protected]>2013-02-10 19:27:21 +0100
commitced9de5b82046d6eb6f6b828fa9bbc874bbea857 (patch)
tree2fd4cc63ff3613ca64d75343a8a1573f96c32e1f /src/panels/places
parentdc6322dc090bcaec40d75522debad1edfb25b27a (diff)
parentec628cfa09ea3c33ef34607d5e91a23dcabd3106 (diff)
Merge remote-tracking branch 'origin/KDE/4.10'
Diffstat (limited to 'src/panels/places')
-rw-r--r--src/panels/places/placespanel.cpp2
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();