From: Peter Penz Date: Sun, 13 Jan 2008 18:54:23 +0000 (+0000) Subject: don't forget to initialize the correct preview settings X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/4d3c68e5462baf2bf575415315ed34370def9867?ds=inline don't forget to initialize the correct preview settings svn path=/trunk/KDE/kdebase/apps/; revision=760940 --- diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 09ddbc29e..09dd153a0 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -833,6 +833,7 @@ void DolphinView::createView() new KMimeTypeResolver(view, m_dolphinModel); m_iconManager = new IconManager(view, m_proxyModel); + m_iconManager->setShowPreview(m_showPreview); m_topLayout->insertWidget(1, view);