]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Reloading is not necessary anymore on a settings change
authorPeter Penz <peter.penz19@gmail.com>
Fri, 9 Dec 2011 15:53:46 +0000 (16:53 +0100)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 9 Dec 2011 15:54:56 +0000 (16:54 +0100)
The new view-engine can adjust the properties with the existing items.

src/views/dolphinview.cpp

index f2dcbaf856d9fee12cab77f9a906747cd7ebfbc7..2aa0525c9e80f8cae7c6870ce7f32860cce9656c 100644 (file)
@@ -447,7 +447,6 @@ void DolphinView::refresh()
 {
     m_container->refresh();
     applyViewProperties();
-    reload();
 }
 
 void DolphinView::setNameFilter(const QString& nameFilter)