diff options
| author | Aniket Anvit <[email protected]> | 2013-02-05 19:58:06 +0100 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2013-02-05 19:58:06 +0100 |
| commit | 85ed71eb30487b653f01359e97371c6230737c44 (patch) | |
| tree | e96407f24dc7166a2096fde60f2d8417ccd39b2d /src/panels/places/placespanel.cpp | |
| parent | 89134d62c72961f81c231feeaaa727f055e4f61a (diff) | |
Apply changes of the KGlobalSettings::singleClick() setting immediately
Fixes a regression introduced by commit
7a364cbf489af25e123d18713523151a3a53f814.
Patch reviewed and pushed by Frank Reininghaus.
BUG: 313342
FIXED-IN: 4.10.1
Diffstat (limited to 'src/panels/places/placespanel.cpp')
| -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 61c15a7a1..919f2ed45 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(); |
