mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
revert change in 4bed642d71 that made build_session_from_dialog() do nothing at all
This commit is contained in:
parent
f6d60abda8
commit
1455619e7d
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ ARDOUR_UI::build_session_from_dialog (SessionDialog& sd, const std::string& sess
|
|||
bus_profile.master_out_channels = (uint32_t) sd.master_channel_count();
|
||||
}
|
||||
|
||||
build_session (session_path, session_name, session_template, bus_profile, false, !sd.was_new_name_edited(), domain);
|
||||
}
|
||||
|
||||
/** This is only ever used once Ardour is already running with a session
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue