diff options
| author | Peter Penz <[email protected]> | 2011-12-16 19:41:32 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-12-16 19:43:10 +0100 |
| commit | f640e48bbe3504e4ae3e16349cf98ba9fae90428 (patch) | |
| tree | 0ee46937d4a16a3c7882b94b92f2bb5c5db84235 /src/views/dolphinview.cpp | |
| parent | d9222cd1cef9156c53f1d62894e2637931017a94 (diff) | |
Assure that the general settings are refreshed
This fixes issues where Dolphin must get restarted after changing
a general setting.
BUG: 289131
FIXED-IN: 4.8.0
Diffstat (limited to 'src/views/dolphinview.cpp')
| -rw-r--r-- | src/views/dolphinview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp index a94a41e15..d50a7dd09 100644 --- a/src/views/dolphinview.cpp +++ b/src/views/dolphinview.cpp @@ -451,6 +451,7 @@ void DolphinView::stopLoading() void DolphinView::refresh() { + GeneralSettings::self()->readConfig(); m_container->refresh(); applyViewProperties(); } |
