diff options
| author | Peter Penz <[email protected]> | 2009-08-29 13:49:56 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-08-29 13:49:56 +0000 |
| commit | c66d825e669ed81a801b4c81024825c527fa6d17 (patch) | |
| tree | e34171eef419ad1101bb567788978fa7d081dff5 /src/dolphincolumnview.cpp | |
| parent | bdd6c8b26c73ae545b7c062abb2d6b13ed7ebc92 (diff) | |
As KFilePreviewGenerator takes care for refreshing the directory lister automatically now, there is no need to reload the directory in Dolphin.
svn path=/trunk/KDE/kdebase/apps/; revision=1016976
Diffstat (limited to 'src/dolphincolumnview.cpp')
| -rw-r--r-- | src/dolphincolumnview.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dolphincolumnview.cpp b/src/dolphincolumnview.cpp index 57059e708..575bc7aa2 100644 --- a/src/dolphincolumnview.cpp +++ b/src/dolphincolumnview.cpp @@ -154,9 +154,8 @@ DolphinColumnView::DolphinColumnView(QWidget* parent, connect(controller, SIGNAL(nameFilterChanged(const QString&)), this, SLOT(setNameFilter(const QString&))); - updateDecorationSize(dolphinView->showPreview()); - m_extensionsFactory = new ViewExtensionsFactory(this, controller); + updateDecorationSize(dolphinView->showPreview()); } DolphinColumnView::~DolphinColumnView() |
