diff options
| author | Peter Penz <[email protected]> | 2010-01-06 14:49:10 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-01-06 14:49:10 +0000 |
| commit | 3ea9e54081c68d909318971e89f0a37c445fefd6 (patch) | |
| tree | 666212152cf8bb9ad60961195c82e143accff6c2 | |
| parent | 2570a42d3812149fdad1de6cdf0a57392009a0a3 (diff) | |
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
| -rw-r--r-- | src/dolphinview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
