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
This commit is contained in:
Peter Penz 2010-01-06 14:49:10 +00:00
parent 2570a42d38
commit 3ea9e54081

View file

@ -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()