From fb254fb2fc89f89142a2c991d9b09364ca1dac02 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 Feb 2009 04:53:01 +0000 Subject: Fix crash when NullAutomation is created (which shouldn't be happening, but hey...). git-svn-id: svn://localhost/ardour2/branches/3.0@4598 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/audio_time_axis.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gtk2_ardour/audio_time_axis.cc') diff --git a/gtk2_ardour/audio_time_axis.cc b/gtk2_ardour/audio_time_axis.cc index 1d66dda0b0..16a9ef6b2f 100644 --- a/gtk2_ardour/audio_time_axis.cc +++ b/gtk2_ardour/audio_time_axis.cc @@ -387,9 +387,7 @@ AudioTimeAxisView::ensure_pan_views (bool show) *this, false, parent_canvas, - name) - - ); + name)); add_automation_child (*p, pan_track, show); } -- cgit v1.2.3