]> git.sesse.net Git - kdenlive/commitdiff
Update display of proxy parameters in Kdenlive Settings dialog after it was changed.
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Thu, 1 Sep 2011 22:38:03 +0000 (22:38 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Thu, 1 Sep 2011 22:38:03 +0000 (22:38 +0000)
svn path=/trunk/kdenlive/; revision=5853

src/kdenlivesettingsdialog.cpp

index de9ad75e9fc0c301798dae800f2570deb4766a17..140823c1b549ea0b2cac1a77a789fb2366c3cfbd 100644 (file)
@@ -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)