┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnwidget.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-01-13 16:54:24 +0000
committerPeter Penz <[email protected]>2008-01-13 16:54:24 +0000
commit46d40e704703c23fe9b30487ebfca68b89763422 (patch)
tree3b7e53ae18756ac60735a0345d4c1b097fb6b8f7 /src/dolphincolumnwidget.cpp
parentf6984788a8332b7273a77bf160e2790a0308661a (diff)
Improve the feeled preview performance by assuring that the preview is generated first for the visible items.
svn path=/trunk/KDE/kdebase/apps/; revision=760897
Diffstat (limited to 'src/dolphincolumnwidget.cpp')
-rw-r--r--src/dolphincolumnwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphincolumnwidget.cpp b/src/dolphincolumnwidget.cpp
index a51e3ef9f..6b0fe0912 100644
--- a/src/dolphincolumnwidget.cpp
+++ b/src/dolphincolumnwidget.cpp
@@ -119,7 +119,7 @@ DolphinColumnWidget::DolphinColumnWidget(QWidget* parent,
setModel(m_proxyModel);
new KMimeTypeResolver(this, m_dolphinModel);
- m_iconManager = new IconManager(this, m_dolphinModel);
+ m_iconManager = new IconManager(this, m_proxyModel);
m_iconManager->setShowPreview(m_view->m_controller->dolphinView()->showPreview());
m_dirLister->openUrl(url, KDirLister::NoFlags);