mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
Clear out any command line session name on closing a session so that the same session isn't just reloaded straight away.
git-svn-id: svn://localhost/ardour2/branches/3.0@5619 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4b5426edde
commit
9d9905f443
1 changed files with 1 additions and 0 deletions
|
|
@ -2369,6 +2369,7 @@ ARDOUR_UI::close_session()
|
|||
|
||||
unload_session (true);
|
||||
|
||||
ARDOUR_COMMAND_LINE::session_name = "";
|
||||
get_session_parameters (false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue