summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_streamview.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-02-08 19:41:43 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-02-08 19:41:43 +0000
commit30dd55bccdb96298179f51c8583f594124b97049 (patch)
treec8a871e3922f9289db21342c7735a8d441f460dc /gtk2_ardour/audio_streamview.cc
parente2baff4f7d00c97dc4192c5ac573aeee8950b2ae (diff)
use RegionCommand for same-track region drags
git-svn-id: svn://localhost/ardour2/branches/3.0@6653 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_streamview.cc')
-rw-r--r--gtk2_ardour/audio_streamview.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/audio_streamview.cc b/gtk2_ardour/audio_streamview.cc
index b6abbb4b22..8c427f2621 100644
--- a/gtk2_ardour/audio_streamview.cc
+++ b/gtk2_ardour/audio_streamview.cc
@@ -661,7 +661,7 @@ AudioStreamView::update_rec_regions ()
region->freeze ();
region->set_position (_trackview.get_diskstream()->get_capture_start_frame(n), this);
region->set_length (nlen, this);
- region->thaw ("updated");
+ region->thaw ();
if (origlen == 1) {
/* our special initial length */
@@ -686,7 +686,7 @@ AudioStreamView::update_rec_regions ()
region->freeze ();
region->set_position (_trackview.get_diskstream()->get_capture_start_frame(n), this);
region->set_length (nlen, this);
- region->thaw ("updated");
+ region->thaw ();
if (origlen == 1) {
/* our special initial length */