13
0

Fix for incorrect directory being chosen in which to create session directory when manually entering directory in file chooser.

Fixes bug 1852 for the trunk, similar fix has already been applied to 2.0-ongoing


git-svn-id: svn://localhost/ardour2/trunk@2471 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2007-09-19 02:41:31 +00:00
parent 15e3c93f0e
commit 08d255de89

View File

@ -465,7 +465,7 @@ std::string
NewSessionDialog::session_folder() const
{
if (on_new_session_page ()) {
return Glib::filename_from_utf8(m_folder->get_current_folder());
return Glib::filename_from_utf8(m_folder->get_filename());
} else {
if (m_treeview->get_selection()->count_selected_rows() == 0) {