From: Jean-Baptiste Mardelle Date: Thu, 1 Sep 2011 22:38:03 +0000 (+0000) Subject: Update display of proxy parameters in Kdenlive Settings dialog after it was changed. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ed3c26fd62752878d40e56c81e3723ca01b6f870;p=kdenlive Update display of proxy parameters in Kdenlive Settings dialog after it was changed. svn path=/trunk/kdenlive/; revision=5853 --- diff --git a/src/kdenlivesettingsdialog.cpp b/src/kdenlivesettingsdialog.cpp index de9ad75e..140823c1 100644 --- a/src/kdenlivesettingsdialog.cpp +++ b/src/kdenlivesettingsdialog.cpp @@ -984,8 +984,10 @@ void KdenliveSettingsDialog::loadEncodingProfiles() k.next(); if (!k.key().isEmpty()) m_configProject.kcfg_proxy_profile->addItem(k.key(), k.value()); } - m_configProject.kcfg_proxy_profile->blockSignals(false); if (!currentItem.isEmpty()) m_configProject.kcfg_proxy_profile->setCurrentIndex(m_configProject.kcfg_proxy_profile->findText(currentItem)); + m_configProject.kcfg_proxy_profile->blockSignals(false); + slotUpdateProxyProfile(); + } void KdenliveSettingsDialog::slotUpdateDecklinkProfile(int ix)