]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivesettingsdialog.cpp
Proxy settings is now configurable per project
[kdenlive] / src / kdenlivesettingsdialog.cpp
index b6eb1efde3059ceeed96688a52225c4796604d21..9bed2b3cc41c79f5a5604f2e1b1eb807fa9c8427 100644 (file)
@@ -617,7 +617,6 @@ void KdenliveSettingsDialog::updateSettings()
     
     if (m_configProject.kcfg_enableproxy->isChecked() != KdenliveSettings::enableproxy()) {
         KdenliveSettings::setEnableproxy(m_configProject.kcfg_enableproxy->isChecked());
-        emit updateProxySettings();
     }
 
     if (m_modified) {