X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Frecmonitor.cpp;h=5671ccf4e5afa6edda6eade360d6e4bc471fb887;hb=fec4b6aba639dac658d35475512c6f232c8aebe3;hp=4ce37fff6e30aa0df83bfc9e3e00f89322a4beb0;hpb=6f1e4716a7e6f612224cd6515149473ad72a7d98;p=kdenlive diff --git a/src/recmonitor.cpp b/src/recmonitor.cpp index 4ce37fff..5671ccf4 100644 --- a/src/recmonitor.cpp +++ b/src/recmonitor.cpp @@ -164,8 +164,7 @@ void RecMonitor::slotUpdateCaptureFolder() if (device_selector->currentIndex() == FIREWIRE) KMessageBox::information(this, i18n("You need to disconnect and reconnect in the capture monitor to apply your changes"), i18n("Capturing")); else KMessageBox::information(this, i18n("You need to stop capture before your changes can be applied"), i18n("Capturing")); - } - else slotVideoDeviceChanged(device_selector->currentIndex()); + } else slotVideoDeviceChanged(device_selector->currentIndex()); kDebug() << "// UPDATE CAPT FOLD: " << KdenliveSettings::capturefolder(); #if KDE_IS_VERSION(4,2,0)