changed redirect automation line colors to be more visible in default theme. removed... 2.0
authorJesse Chappell <jesse@essej.net>
Sat, 28 Apr 2007 18:15:49 +0000 (18:15 +0000)
committerJesse Chappell <jesse@essej.net>
Sat, 28 Apr 2007 18:15:49 +0000 (18:15 +0000)
git-svn-id: svn://localhost/ardour2/trunk@1761 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/ardour.colors
libs/ardour/session_state.cc

index fa89646e09856122cac8f13186d98dbbeb08f17f..5d6dddbe79445b5b7a6005bcfb0f916a426ab9e6 100644 (file)
@@ -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
index efd2d180f284232d59dced08d0225ff5e802dd5f..b4998663951d99a37d219a8e279cccec1cf89ee4 100644 (file)
@@ -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;