diff options
| author | Peter Penz <[email protected]> | 2007-04-01 18:08:24 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-04-01 18:08:24 +0000 |
| commit | 05fe35c4e8a6d0b325806a75a1a93461ee7748ed (patch) | |
| tree | 36d7c5e0bda7f2757b953cc9462567ec9b137307 /src/dolphinmainwindow.cpp | |
| parent | f57f351cceb9b664d681aad3680998f5bfe2137c (diff) | |
reload view when the settings are applied
svn path=/trunk/KDE/kdebase/apps/; revision=648929
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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();
}
}
|
