]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/general/behaviorsettingspage.cpp
Improvements for selections, smooth scrolling, tooltips and info-panel
[dolphin.git] / src / settings / general / behaviorsettingspage.cpp
index 814304801c3c6c1aa611824b7ff4cae40fadf78f..8a5b070ce2d1a72d23991981913819c36e53dfa8 100644 (file)
@@ -122,7 +122,7 @@ void BehaviorSettingsPage::applySettings()
 
     const bool useGlobalProps = m_globalProps->isChecked();
 
-    GeneralSettings* settings = DolphinSettings::instance().generalSettings();
+    GeneralSettings* settings = GeneralSettings::self();
     settings->setGlobalViewProps(useGlobalProps);
 
     if (useGlobalProps) {