clear_history -> clear_changes and some comments.
[ardour.git] / libs / ardour / audio_diskstream.cc
index e9d4374a71e1817b6dd7a832ebdac8c20fef5306..71e57e1dd78888b65096a7379bd74cf04af1def7 100644 (file)
@@ -1470,7 +1470,7 @@ AudioDiskstream::transport_stopped_wallclock (struct tm& when, time_t twhen, boo
 
                // cerr << _name << ": there are " << capture_info.size() << " capture_info records\n";
 
-                _playlist->clear_history ();
+                _playlist->clear_changes ();
                _playlist->freeze ();
 
                for (buffer_position = c->front()->write_source->last_capture_start_frame(), ci = capture_info.begin(); ci != capture_info.end(); ++ci) {