mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
make ARDOUR_UI::load_session_from_startup_fsm() return a value, and use it
This commit is contained in:
parent
a608bf8c8b
commit
fe74488561
2 changed files with 21 additions and 16 deletions
|
|
@ -225,7 +225,7 @@ public:
|
|||
void session_dialog_response_handler (int response, SessionDialog* session_dialog);
|
||||
int build_session_from_dialog (SessionDialog&, const std::string& session_name, const std::string& session_path);
|
||||
bool ask_about_loading_existing_session (const std::string& session_path);
|
||||
void load_session_from_startup_fsm ();
|
||||
int load_session_from_startup_fsm ();
|
||||
|
||||
/// @return true if session was successfully unloaded.
|
||||
int unload_session (bool hide_stuff = false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue