┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-12-09 16:53:46 +0100
committerPeter Penz <[email protected]>2011-12-09 16:54:56 +0100
commit9a7a77e973c3359e8caec2d8bb12fe1483bac368 (patch)
treeebf474b17d3579fc4068af8dd227880a2c2fe1f3 /src/views/dolphinview.cpp
parenta237e085fc976147858161e6c25b33a825f73eeb (diff)
Reloading is not necessary anymore on a settings change
The new view-engine can adjust the properties with the existing items.
Diffstat (limited to 'src/views/dolphinview.cpp')
-rw-r--r--src/views/dolphinview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp
index f2dcbaf85..2aa0525c9 100644
--- a/src/views/dolphinview.cpp
+++ b/src/views/dolphinview.cpp
@@ -447,7 +447,6 @@ void DolphinView::refresh()
{
m_container->refresh();
applyViewProperties();
- reload();
}
void DolphinView::setNameFilter(const QString& nameFilter)