don't load selected session if other-project is chosen:

1) Open Ardour
2) Select project from recent list
3) "Open Other" project
4) project from (2) is opened instead of the one chosen at (3)
This commit is contained in:
Robin Gareus 2014-05-16 23:16:03 +02:00
parent f3349a797c
commit ccdb047a0a
1 changed files with 1 additions and 0 deletions

View File

@ -1034,6 +1034,7 @@ void
SessionDialog::existing_session_selected ()
{
_existing_session_chooser_used = true;
recent_session_display.get_selection()->unselect_all();
/* mark this sensitive in case we come back here after a failed open
* attempt and the user has hacked up the fix. sigh.
*/