13
0

Make new session dialog create the session in the selected directory.

Thanks Ben!


git-svn-id: svn://localhost/ardour2/trunk@986 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Sampo Savolainen 2006-10-13 19:23:16 +00:00
parent 2b90eeade9
commit 626775f128

View File

@ -1687,7 +1687,7 @@ ARDOUR_UI::new_session (bool startup, std::string predetermined_path)
} else {
std::string session_path = new_session_dialog->session_folder();
session_path = new_session_dialog->session_folder();
}