summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-11-19 16:34:50 +0000
committerCarl Hetherington <carl@carlh.net>2010-11-19 16:34:50 +0000
commitb5fcd80ed6bb1dfd45d083f12a972ed88366ca58 (patch)
treefc20488416af941980b0a1d6732d6e9fcdcd72f4 /gtk2_ardour/mixer_strip.cc
parent3aa8ff4a5e3f2c323bf35f3734a8d1e55be3c922 (diff)
Fix crash on updating route IOs, and clean up confusing method names slightly.
git-svn-id: svn://localhost/ardour2/branches/3.0@8058 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.cc')
-rw-r--r--gtk2_ardour/mixer_strip.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc
index e11f1712da..f5ed9d8618 100644
--- a/gtk2_ardour/mixer_strip.cc
+++ b/gtk2_ardour/mixer_strip.cc
@@ -974,7 +974,7 @@ MixerStrip::connect_to_pan ()
pan_control->alist()->automation_style_changed.connect (panstyle_connection, invalidator (*this), boost::bind (&PannerUI::pan_automation_style_changed, &panners), gui_context());
}
- panners.pan_changed (this);
+ panners.panner_changed (this);
}