]> cloud.milkyroute.net Git - dolphin.git/commitdiff
don't forget applying the view properties when refreshing the view
authorPeter Penz <peter.penz19@gmail.com>
Wed, 20 Jun 2007 15:59:32 +0000 (15:59 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Wed, 20 Jun 2007 15:59:32 +0000 (15:59 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=678067

src/dolphinview.cpp

index f3758ce25675947ad2b07d8f820deca1136105f2..eb702393ad306cd6720f6c0585097cdbb2f210be 100644 (file)
@@ -415,6 +415,7 @@ void DolphinView::reload()
 void DolphinView::refresh()
 {
     createView();
+    applyViewProperties(m_controller->url());
     reload();
 }