]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/dolphinsettingsdialog.cpp
Respect Shift- and Control-key for the rubberband selection
[dolphin.git] / src / settings / dolphinsettingsdialog.cpp
index 61164856124e8a2d47fa129eb7e5ccc4ebe46df4..79a241acabd3f084c2b21bc7a2e93013a2a9be47 100644 (file)
@@ -129,12 +129,13 @@ void DolphinSettingsDialog::applySettings()
     foreach (SettingsPageBase* page, m_pages) {
         page->applySettings();
     }
-    DolphinApplication::app()->refreshMainWindows();
+
+    emit settingsChanged();
 
     GeneralSettings* settings = DolphinSettings::instance().generalSettings();
     if (settings->modifiedStartupSettings()) {
         // Reset the modified startup settings hint. The changed startup settings
-        // have been applied already in app()->refreshMainWindows().
+        // have been applied already due to emitting settingsChanged().
         settings->setModifiedStartupSettings(false);
         settings->writeConfig();
     }