summaryrefslogtreecommitdiff
path: root/libs/ardour/route_group.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/route_group.cc')
-rw-r--r--libs/ardour/route_group.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/route_group.cc b/libs/ardour/route_group.cc
index 57e4985a10..ef7645e63f 100644
--- a/libs/ardour/route_group.cc
+++ b/libs/ardour/route_group.cc
@@ -372,7 +372,7 @@ RouteGroup::set_route_active (bool yn)
return;
}
_route_active = yn;
- send_change (PropertyChange (Properties::active));
+ send_change (PropertyChange (Properties::route_active));
}
void