Use FOUNDCFG* instead of setting the configuration by hand
[ardour.git] / gtk2_ardour / session_dialog.h
index c2efd3ab2b3d2a5ecec0fda18fcdb518cbd1b836..9143007f8fc68d9b41e352bdb7005a5e53a7ab81 100644 (file)
@@ -76,6 +76,11 @@ class SessionDialog : public ArdourDialog {
        bool connect_outs_to_master() const;
        bool connect_outs_to_physical() const;
 
+       void set_provided_session(const std::string& session_name, const std::string& session_path) {
+               _provided_session_name = session_name;
+               _provided_session_path = session_path;
+       }
+
   private:
        bool new_only;
         std::string _provided_session_name;