summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-28 15:55:20 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-28 15:55:20 -0500
commited07c53210fb4e8051a7e8c353e011d9dd5d29d2 (patch)
treeeae15d22582f15f187e2f5626f94211e540aa16d /gtk2_ardour/editor.cc
parentfb77669ee584e27356bd710135190ac810ff5734 (diff)
clean up cruft in some config variables
Diffstat (limited to 'gtk2_ardour/editor.cc')
-rw-r--r--gtk2_ardour/editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index ad920683b8..9bd76efffb 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -919,7 +919,7 @@ Editor::show_window ()
if (current_mixer_strip) {
current_mixer_strip->hide_things ();
- current_mixer_strip->parameter_changed ("mixer-strip-visibility");
+ current_mixer_strip->parameter_changed ("mixer-element-visibility");
}
}