From fcfb636ffe40065c46e44c7d987342826409f609 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 14 Jan 2012 21:44:50 +0100 Subject: 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. --- src/views/dolphinview.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/views/dolphinview.cpp') 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)), this, SLOT(slotItemsActivated(QSet))); connect(controller, SIGNAL(itemMiddleClicked(int)), this, SLOT(slotItemMiddleClicked(int))); -- cgit v1.3