Fix silly typo in last commit.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 20 Apr 2008 15:35:48 +0000 (15:35 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 20 Apr 2008 15:35:48 +0000 (15:35 +0000)
git-svn-id: http://svn.voria.com/code@2024 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/workarea.cpp

index 5f17dc1..c4ab7d7 100644 (file)
@@ -1374,7 +1374,7 @@ WorkArea::on_drawing_area_event(GdkEvent *event)
                                                        if (get_canvas_view()->canvas_interface()->
                                                                change_value(synfigapp::ValueDesc(parent_value_node,
                                                                                                                                  parent_value_node->get_link_index_from_name("split")),
-                                                                                        true);
+                                                                                        true))
                                                        {
                                                                // rebuild the ducks from scratch, so the tangents ducks aren't connected
                                                                get_canvas_view()->rebuild_ducks();