From: Peter Penz Date: Wed, 20 Jun 2007 15:59:32 +0000 (+0000) Subject: don't forget applying the view properties when refreshing the view X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/eadb9a0f45dc5402ebc0dafce52ecce551fd4f20 don't forget applying the view properties when refreshing the view svn path=/trunk/KDE/kdebase/apps/; revision=678067 --- diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index f3758ce25..eb702393a 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -415,6 +415,7 @@ void DolphinView::reload() void DolphinView::refresh() { createView(); + applyViewProperties(m_controller->url()); reload(); }