summaryrefslogtreecommitdiff
path: root/libs/ardour/mute_control.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/mute_control.cc')
-rw-r--r--libs/ardour/mute_control.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/mute_control.cc b/libs/ardour/mute_control.cc
index a345f54203..26280d5cd5 100644
--- a/libs/ardour/mute_control.cc
+++ b/libs/ardour/mute_control.cc
@@ -67,7 +67,7 @@ MuteControl::pre_remove_master (boost::shared_ptr<AutomationControl> m)
}
if (m->get_value()) {
- if (!muted_by_self() && (muted_by_others() == 1)) {
+ if (!muted_by_self() && (get_boolean_masters() == 1)) {
Changed (false, Controllable::NoGroup);
}
}