Make new session dialog create the session in the selected directory.
authorSampo Savolainen <v2@iki.fi>
Fri, 13 Oct 2006 19:23:16 +0000 (19:23 +0000)
committerSampo Savolainen <v2@iki.fi>
Fri, 13 Oct 2006 19:23:16 +0000 (19:23 +0000)
Thanks Ben!

git-svn-id: svn://localhost/ardour2/trunk@986 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/ardour_ui.cc

index 8f86054dddff41d4478162af5494ed4d38bdb452..7548f94c5b7ee6c9e3ba66099500d858490eae61 100644 (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();
                                        
                                }