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:
Carl Hetherington 2009-09-02 22:19:50 +00:00
parent 4b5426edde
commit 9d9905f443

View file

@ -2369,6 +2369,7 @@ ARDOUR_UI::close_session()
unload_session (true);
ARDOUR_COMMAND_LINE::session_name = "";
get_session_parameters (false);
}