From 3ea9e54081c68d909318971e89f0a37c445fefd6 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 6 Jan 2010 14:49:10 +0000 Subject: [PATCH] Fixed issue that when starting Dolphin with the column view a wrong layout has been shown. BUG: 211149 BUG: 214515 svn path=/trunk/KDE/kdebase/apps/; revision=1070708 --- src/dolphinview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 3e998d71b7..c0d700eb59 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -156,7 +156,7 @@ DolphinView::DolphinView(QWidget* parent, this, SLOT(emitSelectionChangedSignal())); applyViewProperties(); - m_topLayout->addWidget(m_viewAccessor.itemView()); + m_topLayout->addWidget(m_viewAccessor.layoutTarget()); } DolphinView::~DolphinView()