From 2ea0562416d39f87a0c373bcc17912f1db8c838f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 7 Feb 2008 02:32:39 +0000 Subject: [PATCH] fix missing waveviews in tape region views while recording (until reload) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3027 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/audio_region_view.cc | 4 ++-- svn_revision.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk2_ardour/audio_region_view.cc b/gtk2_ardour/audio_region_view.cc index 9601741662..7fcab4b493 100644 --- a/gtk2_ardour/audio_region_view.cc +++ b/gtk2_ardour/audio_region_view.cc @@ -888,8 +888,8 @@ AudioRegionView::create_one_wave (uint32_t which, bool direct) void AudioRegionView::peaks_ready_handler (uint32_t which) { - //Gtkmm2ext::UI::instance()->call_slot (bind (mem_fun(*this, &AudioRegionView::create_one_wave), which, false)); - cerr << "AudioRegionView::peaks_ready_handler() called on " << which << " this: " << this << endl; + Gtkmm2ext::UI::instance()->call_slot (bind (mem_fun(*this, &AudioRegionView::create_one_wave), which, false)); + // cerr << "AudioRegionView::peaks_ready_handler() called on " << which << " this: " << this << endl; } void diff --git a/svn_revision.h b/svn_revision.h index 118c6312a1..fbc36cc3d9 100644 --- a/svn_revision.h +++ b/svn_revision.h @@ -1,4 +1,4 @@ #ifndef __ardour_svn_revision_h__ #define __ardour_svn_revision_h__ -static const char* ardour_svn_revision = "3024"; +static const char* ardour_svn_revision = "3025"; #endif