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
This commit is contained in:
Peter Penz 2011-12-16 19:41:32 +01:00
parent d9222cd1ce
commit f640e48bbe

View file

@ -451,6 +451,7 @@ void DolphinView::stopLoading()
void DolphinView::refresh() void DolphinView::refresh()
{ {
GeneralSettings::self()->readConfig();
m_container->refresh(); m_container->refresh();
applyViewProperties(); applyViewProperties();
} }