mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 14:17:21 +01:00
Fix startup with a command-line session when Ardour has to start JACK itself.
git-svn-id: svn://localhost/ardour2/branches/3.0@4391 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8546492c56
commit
37bfa28cad
1 changed files with 1 additions and 0 deletions
|
|
@ -569,6 +569,7 @@ NewSessionDialog::set_session_folder(const Glib::ustring& dir)
|
|||
if ((res = canonicalize_file_name (realdir.c_str())) != 0) {
|
||||
cerr << "canonical, use " << res << endl;
|
||||
m_folder->set_current_folder (res);
|
||||
engine_page_session_folder = res;
|
||||
free (res);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue