summaryrefslogtreecommitdiff
path: root/libs/surfaces/tranzport
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-08 23:58:46 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-08 23:58:46 +0000
commit960f266b9f6f4bf59abaeee51a5b0c42e7eebb31 (patch)
tree3cad6824a62a233b2af2c4f027541cd413b77dcf /libs/surfaces/tranzport
parent41c5bff44265579da83f05bab6a72651e4f84de9 (diff)
Fix tranzport and SCons builds.
git-svn-id: svn://localhost/ardour2/branches/3.0@5133 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/surfaces/tranzport')
-rw-r--r--libs/surfaces/tranzport/general.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/tranzport/general.cc b/libs/surfaces/tranzport/general.cc
index 103a3b7681..f8a548af6a 100644
--- a/libs/surfaces/tranzport/general.cc
+++ b/libs/surfaces/tranzport/general.cc
@@ -121,7 +121,7 @@ int TranzportControlProtocol::lights_show_normal()
/* Global settings */
lights_pending[LightLoop] = session->get_play_loop();
- lights_pending[LightPunch] = Config->get_punch_in() || Config->get_punch_out();
+ lights_pending[LightPunch] = session->config.get_punch_in() || session->config.get_punch_out();
lights_pending[LightRecord] = session->get_record_enabled();
lights_pending[LightAnysolo] = session->soloing();