mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-23 21:57:16 +01:00
Fix loading existing session from running instance
This commit is contained in:
parent
3813793ff1
commit
ec850d9582
1 changed files with 1 additions and 1 deletions
|
|
@ -458,7 +458,7 @@ SessionDialog::session_folder ()
|
|||
break;
|
||||
case 2:
|
||||
/* existing session chosen from file chooser */
|
||||
return Glib::path_get_dirname (existing_session_chooser.get_current_folder ());
|
||||
return existing_session_chooser.get_current_folder ();
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue