13
0

use session start rather than edit position for import-at-timestamp if there is no timestamp

git-svn-id: svn://localhost/ardour2/branches/3.0@6885 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-04-12 22:34:34 +00:00
parent 33028f4d6d
commit ac8c7e427f

View File

@ -731,7 +731,7 @@ Editor::add_sources (vector<Glib::ustring> paths, SourceList& sources, nframes64
if (sources[0]->natural_position() != 0) {
pos = sources[0]->natural_position();
} else {
pos = get_preferred_edit_position ();
pos = _session->current_start_frame();
}
}