From: Peter Penz Date: Thu, 17 May 2007 08:16:56 +0000 (+0000) Subject: reload items when the view is refreshed by changing the global settings X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/e122a026843cd0d2f2978bea4b042fde039cb67a?ds=inline reload items when the view is refreshed by changing the global settings svn path=/trunk/KDE/kdebase/apps/; revision=665571 --- diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 8360f037d..8920aad4e 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -625,6 +625,7 @@ void DolphinView::reload() void DolphinView::refresh() { createView(); + reload(); } void DolphinView::mouseReleaseEvent(QMouseEvent* event)