summaryrefslogtreecommitdiff
path: root/libs/ardour/route_group.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-12-07 03:22:06 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-12-07 03:22:06 +0000
commit94658aa66ef454c232973d35bf357308c6059ab0 (patch)
tree47000d3854e24754981e9e84638940d0fc8408be /libs/ardour/route_group.cc
parent6c3f745a5417a8cbb6a6b8a40a3125d92275a354 (diff)
send correct PropertyChange for RouteGroup::set_route_active
git-svn-id: svn://localhost/ardour2/branches/3.0@10927 d708f5d6-7413-0410-9779-e7cbd77b26cf
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