From: cilix42 Date: Mon, 18 Aug 2008 00:40:01 +0000 (+0000) Subject: whitespace cleanup X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fb1197925e2d09e3875887eafd588a777cb47a8c;p=inkscape.git whitespace cleanup --- diff --git a/src/lpe-tool-context.cpp b/src/lpe-tool-context.cpp index 1fb55919f..700e822ea 100644 --- a/src/lpe-tool-context.cpp +++ b/src/lpe-tool-context.cpp @@ -194,7 +194,7 @@ sp_lpetool_context_selection_changed(Inkscape::Selection *selection, gpointer da // TODO: update ShapeEditorsCollective instead lc->shape_editor->unset_item(SH_NODEPATH); lc->shape_editor->unset_item(SH_KNOTHOLDER); - SPItem *item = selection->singleItem(); + SPItem *item = selection->singleItem(); lc->shape_editor->set_item(item, SH_NODEPATH); lc->shape_editor->set_item(item, SH_KNOTHOLDER); lc->shape_editor->update_statusbar(); @@ -376,7 +376,7 @@ sp_lpetool_context_root_handler(SPEventContext *event_context, GdkEvent *event) NR::Maybe const b = Inkscape::Rubberband::get()->getRectangle(); sp_lpetool_apply(dc, motion_dt); - + // Remove all temporary line segments while (dc->segments) { gtk_object_destroy(GTK_OBJECT(dc->segments->data)); diff --git a/src/ui/dialog/inkscape-preferences.h b/src/ui/dialog/inkscape-preferences.h index ab4f78810..448f30368 100644 --- a/src/ui/dialog/inkscape-preferences.h +++ b/src/ui/dialog/inkscape-preferences.h @@ -111,7 +111,7 @@ protected: DialogPage _page_mouse, _page_scrolling, _page_steps, _page_tools, _page_windows, _page_clones, _page_mask, _page_transforms, _page_filters, _page_select, - _page_importexport, _page_cms, _page_grids, _page_svgoutput, _page_misc, + _page_importexport, _page_cms, _page_grids, _page_svgoutput, _page_misc, _page_ui, _page_autosave, _page_bitmaps; DialogPage _page_selector, _page_node, _page_tweak, _page_zoom, _page_shapes, _page_pencil, _page_pen, _page_calligraphy, _page_text, _page_gradient, _page_connector, _page_dropper, _page_lpetool;