From: Peter Penz Date: Wed, 6 Jan 2010 14:49:10 +0000 (+0000) Subject: Fixed issue that when starting Dolphin with the column view a wrong layout has been... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/3ea9e54081c68d909318971e89f0a37c445fefd6?ds=inline 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 --- diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 3e998d71b..c0d700eb5 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()