From: Peter Penz Date: Fri, 9 Dec 2011 15:53:46 +0000 (+0100) Subject: Reloading is not necessary anymore on a settings change X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/9a7a77e973c3359e8caec2d8bb12fe1483bac368?ds=sidebyside Reloading is not necessary anymore on a settings change The new view-engine can adjust the properties with the existing items. --- 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)