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
@ -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…
Reference in New Issue
Block a user