┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-01-14 21:44:50 +0100
committerPeter Penz <[email protected]>2012-01-14 21:46:41 +0100
commitfcfb636ffe40065c46e44c7d987342826409f609 (patch)
tree3f191daed76ec6ef8fc21fb29a0baba9469cf1e3 /src/views/dolphinview.cpp
parenta0115f912a9dbfe101b996bbe773bf5db81d2987 (diff)
Fix "general settings" issues
If the general settings for the "selection toggle" or "expanding folders during drag operations" are changed, those changes must be applied to the engine.
Diffstat (limited to 'src/views/dolphinview.cpp')
-rw-r--r--src/views/dolphinview.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp
index a31bf566d..83d80012c 100644
--- a/src/views/dolphinview.cpp
+++ b/src/views/dolphinview.cpp
@@ -137,9 +137,6 @@ DolphinView::DolphinView(const KUrl& url, QWidget* parent) :
KItemListController* controller = m_container->controller();
controller->setSelectionBehavior(KItemListController::MultiSelection);
- if (GeneralSettings::autoExpandFolders()) {
- controller->setAutoActivationDelay(750);
- }
connect(controller, SIGNAL(itemActivated(int)), this, SLOT(slotItemActivated(int)));
connect(controller, SIGNAL(itemsActivated(QSet<int>)), this, SLOT(slotItemsActivated(QSet<int>)));
connect(controller, SIGNAL(itemMiddleClicked(int)), this, SLOT(slotItemMiddleClicked(int)));