From 05fe35c4e8a6d0b325806a75a1a93461ee7748ed Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 1 Apr 2007 18:08:24 +0000 Subject: reload view when the settings are applied svn path=/trunk/KDE/kdebase/apps/; revision=648929 --- src/dolphinmainwindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphinmainwindow.cpp') diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 8d877495b..8959acf79 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -233,6 +233,7 @@ void DolphinMainWindow::refreshViews() props.viewMode(), props.showHiddenFiles()); connectViewSignals(i); + m_view[i]->reload(); m_view[i]->show(); } } -- cgit v1.3