summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-05-29 17:37:48 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-05-29 17:37:48 -0600
commit81dbb977c505bd2b1dd7b24be70931e52e18a171 (patch)
treec4d6d21bee79505f0c79803acef96124bfbd5a21 /gtk2_ardour/streamview.cc
parent098ff7a07ec6f62c4708e6b2a83ab2ae56943a16 (diff)
fixups for rebase of show-region-name option
Diffstat (limited to 'gtk2_ardour/streamview.cc')
-rw-r--r--gtk2_ardour/streamview.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/streamview.cc b/gtk2_ardour/streamview.cc
index 339973ff61..503ff68db6 100644
--- a/gtk2_ardour/streamview.cc
+++ b/gtk2_ardour/streamview.cc
@@ -726,7 +726,7 @@ StreamView::setup_new_rec_layer_time (boost::shared_ptr<Region> region)
}
void
-StreamView::parameter_handler (string const & what)
+StreamView::parameter_changed (string const & what)
{
if (what == "show-region-name") {
for (RegionViewList::iterator i = region_views.begin (); i != region_views.end (); ++i) {