]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivesettingsdialog.cpp
Add AIFF to list of supported mime types
[kdenlive] / src / kdenlivesettingsdialog.cpp
index dcf15cf873773afd1ccd1c12271864d856561ee2..9bed2b3cc41c79f5a5604f2e1b1eb807fa9c8427 100644 (file)
@@ -616,7 +616,7 @@ void KdenliveSettingsDialog::updateSettings()
     }
     
     if (m_configProject.kcfg_enableproxy->isChecked() != KdenliveSettings::enableproxy()) {
-        emit updateProxySettings();
+        KdenliveSettings::setEnableproxy(m_configProject.kcfg_enableproxy->isChecked());
     }
 
     if (m_modified) {