From 37bfa28cad6b56febbe67f29fe8da5ecfb945fba Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 7 Jan 2009 01:38:33 +0000 Subject: 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 --- gtk2_ardour/new_session_dialog.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/new_session_dialog.cc b/gtk2_ardour/new_session_dialog.cc index 5e5781ff7d..c45747b62b 100644 --- a/gtk2_ardour/new_session_dialog.cc +++ b/gtk2_ardour/new_session_dialog.cc @@ -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); } -- cgit v1.2.3