┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphindetailsview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-11-12 21:16:14 +0000
committerPeter Penz <[email protected]>2010-11-12 21:16:14 +0000
commitb13d9cea3a024b446e046d0089930b32de37df0a (patch)
tree5da6ecc732d5aad3d491cbf4d224139f52d61e59 /src/views/dolphindetailsview.cpp
parent32456f52ea8218bc16425f8fcd66acb015c666e6 (diff)
Fix issue that the folders in the details-view are not automatically opened when dragging items and "expandable folders" is disabled.
CCBUG: 237731 svn path=/trunk/KDE/kdebase/apps/; revision=1196240
Diffstat (limited to 'src/views/dolphindetailsview.cpp')
-rw-r--r--src/views/dolphindetailsview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/views/dolphindetailsview.cpp b/src/views/dolphindetailsview.cpp
index ef3126517..3b197115e 100644
--- a/src/views/dolphindetailsview.cpp
+++ b/src/views/dolphindetailsview.cpp
@@ -156,7 +156,6 @@ DolphinDetailsView::DolphinDetailsView(QWidget* parent,
m_extensionsFactory = new ViewExtensionsFactory(this, dolphinViewController, viewModeController);
m_extensionsFactory->fileItemDelegate()->setMinimizedNameColumn(true);
- m_extensionsFactory->setAutoFolderExpandingEnabled(settings->expandableFolders());
KDirLister *dirLister = qobject_cast<KDirModel*>(proxyModel->sourceModel())->dirLister();
connect(dirLister, SIGNAL(newItems(KFileItemList)), this, SLOT(resizeColumns()));