From 914ba475de48f72e57bb6ac8a81888ad71cea7fa Mon Sep 17 00:00:00 2001 From: nick_m Date: Wed, 18 Sep 2013 02:02:31 +1000 Subject: [PATCH] actually load new state after creating a session. --- libs/ardour/session.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index 746732f76e..b2b98e7b8c 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -276,6 +276,10 @@ Session::Session (AudioEngine &eng, throw failed_constructor (); } + if (load_state (_current_snapshot_name)) { + throw failed_constructor (); + } + } else { if (load_state (_current_snapshot_name)) {