From 9b9ef58ebd31f707e3ac0ff1bc3e3b580d036fa6 Mon Sep 17 00:00:00 2001 From: Jesse Chappell Date: Sat, 28 Apr 2007 18:15:49 +0000 Subject: changed redirect automation line colors to be more visible in default theme. removed debugging printout for session saving git-svn-id: svn://localhost/ardour2/trunk@1761 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour.colors | 4 ++-- libs/ardour/session_state.cc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk2_ardour/ardour.colors b/gtk2_ardour/ardour.colors index fa89646e09..5d6dddbe79 100644 --- a/gtk2_ardour/ardour.colors +++ b/gtk2_ardour/ardour.colors @@ -14,9 +14,9 @@ cTransportMarkerBar 0.60 0.60 0.64 1.0 cTimeStretchFill 0.89 0.71 0.71 0.59 cTimeStretchOutline 0.39 0.39 0.39 0.59 cAutomationLine 0.27 0.74 0.35 1.0 -cLeftPanAutomationLine 0.77 0.24 0.01 1.0 +cLeftPanAutomationLine 0.87 0.44 0.11 1.0 cRightPanAutomationLine 0.03 0.26 0.73 1.0 -cRedirectAutomationLine 0.28 0.34 0.74 1.0 +cRedirectAutomationLine 0.48 0.64 0.98 1.0 cControlPointFill 0 0 0 1.0 cControlPointOutline 0 0 0 1.0 cEnteredControlPointOutline 1.0 0.21 0.21 1.0 diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index efd2d180f2..b499866395 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -689,7 +689,7 @@ Session::save_state (string snapshot_name, bool pending) tmp_path += snapshot_name; tmp_path += ".tmp"; - cerr << "actually writing state to " << xml_path << endl; + // cerr << "actually writing state to " << xml_path << endl; if (!tree.write (tmp_path)) { error << string_compose (_("state could not be saved to %1"), tmp_path) << endmsg; -- cgit v1.2.3