summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-01-19 13:38:29 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-01-19 13:38:29 -0500
commita9ec547457bfa65655ee946063426f1ba85b6f91 (patch)
tree79989f48ffc95f71df905a38691e34007a5f4594 /libs/ardour/session_state.cc
parent22c5cb47f794bf91ea994b5dca8ce26c05e0cdd8 (diff)
mackie: still respond to route groups visibility changes
Diffstat (limited to 'libs/ardour/session_state.cc')
-rw-r--r--libs/ardour/session_state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index 13d1413b19..9df6754ba8 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -2501,7 +2501,7 @@ Session::add_route_group (RouteGroup* g)
g->RouteAdded.connect_same_thread (*this, boost::bind (&Session::route_added_to_route_group, this, _1, _2));
g->RouteRemoved.connect_same_thread (*this, boost::bind (&Session::route_removed_from_route_group, this, _1, _2));
- g->PropertyChanged.connect_same_thread (*this, boost::bind (&Session::route_group_property_changed, this, g));
+ g->PropertyChanged.connect_same_thread (*this, boost::bind (&Session::route_group_property_changed, this, g, _1));
set_dirty ();
}