Use correct property names for Editor transport controllable state
authorTim Mayberry <mojofunk@gmail.com>
Thu, 25 May 2017 10:42:45 +0000 (20:42 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Thu, 25 May 2017 22:48:04 +0000 (08:48 +1000)
commitc72e3f16a192575421e66ddf40d339363daec7e9
tree94dbb16a2c0ef0beeeb24f2ab3890be06f78f772
parent244313f43fc3178fb8f58b01fc6ba125115062ad
Use correct property names for Editor transport controllable state

These are normalized in the PBD::XMLProperty ctor, which is why
Editor::get_transport_controllable_state() uses the hyphenated names to
retrieve the properties and will not result in any state format change.
gtk2_ardour/ardour_ui.cc