From: Peter Penz Date: Fri, 16 Dec 2011 18:41:32 +0000 (+0100) Subject: Assure that the general settings are refreshed X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/f640e48bbe3504e4ae3e16349cf98ba9fae90428 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 --- 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(); }