summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/transport_master.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/transport_master.cc b/libs/ardour/transport_master.cc
index 4f7e69eaec..1bd1649500 100644
--- a/libs/ardour/transport_master.cc
+++ b/libs/ardour/transport_master.cc
@@ -105,7 +105,7 @@ TransportMaster::set_name (std::string const & str)
{
if (_name != str) {
_name = str;
- PropertyChange (Properties::name);
+ PropertyChanged (Properties::name);
}
}