Fix bug in mixer group tab handling.
authorCarl Hetherington <carl@carlh.net>
Sun, 21 Jun 2009 14:39:56 +0000 (14:39 +0000)
committerCarl Hetherington <carl@carlh.net>
Sun, 21 Jun 2009 14:39:56 +0000 (14:39 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@5232 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_mixer.cc

index a75838be169872954998998bc08c36dc49658a02..bc58aa3ee51279fe12e72cc98d12294dfe82b520 100644 (file)
@@ -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()));
        }
 }