13
0

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:
Carl Hetherington 2009-01-07 01:38:33 +00:00
parent 8546492c56
commit 37bfa28cad

View File

@ -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);
}