Remove spaces and tabs at end of lines.
[synfig.git] / synfig-studio / trunk / src / gtkmm / dock_timetrack.cpp
index 3f93fa6..a0f7fca 100644 (file)
@@ -318,7 +318,7 @@ public:
                param_list.add("waypoint",waypoint);
        //      param_list.add("time",canvas_interface()->get_time());
 
-               etl::handle<studio::Instance>::cast_static(param_tree_store_->canvas_interface()->get_instance())->process_action("waypoint_set_smart", param_list);
+               etl::handle<studio::Instance>::cast_static(param_tree_store_->canvas_interface()->get_instance())->process_action("WaypointSetSmart", param_list);
        }
 
        void mimic(Gtk::TreeView *param_tree_view)
@@ -363,7 +363,7 @@ public:
                                row_height = atoi(getenv("SYNFIG_TIMETRACK_ROW_HEIGHT"));
                        if (row_height < 3)
                                row_height = 18;
-                                                                         
+
                        cellrenderer_time_track->set_fixed_size(-1,row_height);
                }
        }