]> git.sesse.net Git - kdenlive/blobdiff - src/recmonitor.cpp
reindent + nice (working) progress bar for document loading
[kdenlive] / src / recmonitor.cpp
index 4ce37fff6e30aa0df83bfc9e3e00f89322a4beb0..5671ccf4e5afa6edda6eade360d6e4bc471fb887 100644 (file)
@@ -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)