mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
pass it back to linux
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2900 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4daa640d22
commit
111c99882d
2 changed files with 0 additions and 2 deletions
|
|
@ -2068,7 +2068,6 @@ ARDOUR_UI::get_session_parameters (Glib::ustring predetermined_path, bool have_e
|
|||
session_name = basename_nosuffix (string (predetermined_path));
|
||||
|
||||
new_session_dialog->set_session_name (session_name);
|
||||
cerr << "set sF to " << session_path << endl;
|
||||
new_session_dialog->set_session_folder (session_path);
|
||||
new_session_dialog->set_modal (true);
|
||||
|
||||
|
|
|
|||
|
|
@ -548,7 +548,6 @@ NewSessionDialog::set_session_folder(const Glib::ustring& dir)
|
|||
cerr << "canonical = " << res << endl;
|
||||
|
||||
Glib::ustring realdir = res;
|
||||
free (res);
|
||||
|
||||
if (!Glib::file_test (realdir, Glib::FILE_TEST_IS_DIR)) {
|
||||
realdir = Glib::path_get_dirname (realdir);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue