]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fixed issue that when starting Dolphin with the column view a wrong layout has been...
authorPeter Penz <peter.penz19@gmail.com>
Wed, 6 Jan 2010 14:49:10 +0000 (14:49 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Wed, 6 Jan 2010 14:49:10 +0000 (14:49 +0000)
BUG: 211149
BUG: 214515

svn path=/trunk/KDE/kdebase/apps/; revision=1070708

src/dolphinview.cpp

index 3e998d71b7f459e65b8d7ebcf822b658fba43e66..c0d700eb5999b33526685b8a16053aa1f3506521 100644 (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()