{get,set}_time_tension() were the same as {get,set}_temporal_tension() - use the...
[synfig.git] / synfig-core / trunk / src / synfig / loadcanvas.cpp
index 402c0e0..1282601 100644 (file)
@@ -995,7 +995,7 @@ CanvasParser::parse_animated(xmlpp::Element *element,Canvas::Handle canvas)
                        if(child->get_attribute("temporal-tension"))
                        {
                                synfig::String str(child->get_attribute("temporal-tension")->get_value());
-                               waypoint->set_time_tension(atof(str.c_str()));
+                               waypoint->set_temporal_tension(atof(str.c_str()));
                        }
                        if(child->get_attribute("continuity"))
                        {