Fix crash on clear option for automation tracks (#3195). Also fix state change signa...
[ardour.git] / libs / ardour / automation_list.cc
index b6de006d32c746b9dfc6705a550fd9b896b0e613..f34104ce2228a29b1a17f9688434f23f793eeadc 100644 (file)
@@ -338,7 +338,7 @@ AutomationList::deserialize_events (const XMLNode& node)
                maybe_signal_changed ();
        }
 
-        ControlList::thaw ();
+        thaw ();
         
        return 0;
 }
@@ -391,7 +391,7 @@ AutomationList::set_state (const XMLNode& node, int version)
                        fast_simple_add (x, y);
                }
 
-                ControlList::thaw ();
+                thaw ();
 
                return 0;
        }