Initialise _soundcloud_upload to false in ExportFormatSpecification
[ardour.git] / libs / ardour / export_format_manager.cc
index c8bd0c0aa912b012eeda7fbdf2e1e70abcb7288a..04cfa76677720d8028891000f188aa226565f1a0 100644 (file)
@@ -293,13 +293,15 @@ ExportFormatManager::select_with_toc (bool value)
        check_for_description_change ();
 }
 
+
 void
-ExportFormatManager::select_upload (bool value)
+ExportFormatManager::set_command (std::string command)
 {
-       current_selection->set_upload (value);
+       current_selection->set_command (command);
        check_for_description_change ();
 }
 
+void
 ExportFormatManager::select_trim_beginning (bool value)
 {
        current_selection->set_trim_beginning (value);