From ccdb047a0a088f83fc1fb740b14b72c75aeff87c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 16 May 2014 23:16:03 +0200 Subject: [PATCH] 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) --- gtk2_ardour/session_dialog.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/session_dialog.cc b/gtk2_ardour/session_dialog.cc index 996dab1cc4..90779c5370 100644 --- a/gtk2_ardour/session_dialog.cc +++ b/gtk2_ardour/session_dialog.cc @@ -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. */