Fix tranzport and SCons builds.
authorCarl Hetherington <carl@carlh.net>
Mon, 8 Jun 2009 23:58:46 +0000 (23:58 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 8 Jun 2009 23:58:46 +0000 (23:58 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@5133 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/SConscript
libs/surfaces/tranzport/general.cc

index ba175b782babc30f00f285abbfb0d60ad2de4a10..9de8d6b269f584970689eda3f441381b9d638261 100644 (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
index 103a3b7681e5c4649b00fa230236ba4d9b13d31f..f8a548af6a0ab17f03e35f7167280848cf919738 100644 (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();