summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-01-19 14:16:49 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-01-19 14:16:49 -0500
commitfe3d85b2046cf9e0d016e3b8c070c2e5914419c6 (patch)
treef4598f2e574b085bf58249c86684673b38b5719d /libs/ardour/session_state.cc
parenta9ec547457bfa65655ee946063426f1ba85b6f91 (diff)
Revert "mackie: still respond to route groups visibility changes"
This reverts commit a9ec547457bfa65655ee946063426f1ba85b6f91.
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 9df6754ba8..13d1413b19 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, _1));
+ g->PropertyChanged.connect_same_thread (*this, boost::bind (&Session::route_group_property_changed, this, g));
set_dirty ();
}