From 94658aa66ef454c232973d35bf357308c6059ab0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 7 Dec 2011 03:22:06 +0000 Subject: send correct PropertyChange for RouteGroup::set_route_active git-svn-id: svn://localhost/ardour2/branches/3.0@10927 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/route_group.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/route_group.cc') 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 -- cgit v1.2.3