summaryrefslogtreecommitdiff
path: root/libs/ardour/region.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-12-17 16:37:18 +0000
committerCarl Hetherington <carl@carlh.net>2011-12-17 16:37:18 +0000
commit39f765614a7964e07c55a57ba854f8524807d6cb (patch)
tree3d3ff60e0867099f991e669044b4c5c234413917 /libs/ardour/region.cc
parent85b75a0ab1c3c342cde0f0cdae71fea87a57ff20 (diff)
Clear up confusion with overloads of _frozen and frozen()
meaning different things. git-svn-id: svn://localhost/ardour2/branches/3.0@11016 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/region.cc')
-rw-r--r--libs/ardour/region.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc
index dde4e51530..adc6334334 100644
--- a/libs/ardour/region.cc
+++ b/libs/ardour/region.cc
@@ -1301,7 +1301,7 @@ Region::send_change (const PropertyChange& what_changed)
Stateful::send_change (what_changed);
- if (!Stateful::frozen()) {
+ if (!Stateful::property_changes_suspended()) {
/* Try and send a shared_pointer unless this is part of the constructor.
If so, do nothing.