summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mixer.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-21 14:39:56 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-21 14:39:56 +0000
commit474be2eccbe51615097dec12b9343f1d5efa93e5 (patch)
tree2adbce3d42fd0bb0b6ffe807a3847cd5bf16a419 /gtk2_ardour/editor_mixer.cc
parent44405f75e117d5738b7e537384297e5ca8c4ffcf (diff)
Fix bug in mixer group tab handling.
git-svn-id: svn://localhost/ardour2/branches/3.0@5232 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_mixer.cc')
-rw-r--r--gtk2_ardour/editor_mixer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_mixer.cc b/gtk2_ardour/editor_mixer.cc
index a75838be16..bc58aa3ee5 100644
--- a/gtk2_ardour/editor_mixer.cc
+++ b/gtk2_ardour/editor_mixer.cc
@@ -422,7 +422,7 @@ void
Editor::maybe_add_mixer_strip_width (XMLNode& node)
{
if (current_mixer_strip) {
- node.add_property ("mixer-width", enum_2_string (current_mixer_strip->get_width()));
+ node.add_property ("mixer-width", enum_2_string (current_mixer_strip->get_width_enum()));
}
}