Do not try to restore Route solo state after clearing all solo state
[ardour.git] / gtk2_ardour / session_dialog.h
index c2efd3ab2b3d2a5ecec0fda18fcdb518cbd1b836..98bdd6b7885ef6d09ebee3e55e46be6f6c66fca7 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;
@@ -89,6 +94,7 @@ class SessionDialog : public ArdourDialog {
         Gtk::Button* quit_button;
 
         bool back_button_pressed (GdkEventButton*);
+        bool open_button_pressed (GdkEventButton*);
 
         Gtk::Frame info_frame;