13
0

Fix tranzport and SCons builds.

git-svn-id: svn://localhost/ardour2/branches/3.0@5133 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-06-08 23:58:46 +00:00
parent 41c5bff442
commit 960f266b9f
2 changed files with 2 additions and 1 deletions

View File

@ -148,6 +148,7 @@ editor_audiotrack.cc
editor_canvas.cc
editor_canvas_events.cc
editor_cursors.cc
editor_drag.cc
editor_edit_groups.cc
editor_export_audio.cc
editor_hscroller.cc

View File

@ -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();