fix session loading

git-svn-id: svn://localhost/ardour2/branches/3.0@6967 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Torben Hohn 2010-04-22 16:36:52 +00:00
parent 3bfb8ce383
commit 4cd13b606f

View File

@ -515,6 +515,7 @@ Session::create (const string& mix_template, nframes_t initial_length, BusProfil
if (out){
out << in.rdbuf();
_is_new = false;
return 0;
} else {