From: cilix42 Date: Sun, 27 Jan 2008 13:58:12 +0000 (+0000) Subject: Don't group dot creation with pen-/pencil-specific operations in undo history X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f68840ca8110c18ba151458edcf5293a84ed9ff1;p=inkscape.git Don't group dot creation with pen-/pencil-specific operations in undo history --- diff --git a/src/sp-path.cpp b/src/sp-path.cpp index 26396c8f0..e401d0a20 100644 --- a/src/sp-path.cpp +++ b/src/sp-path.cpp @@ -568,10 +568,8 @@ void freehand_create_single_dot(SPEventContext *ec, NR::Point const &pt, char co sp_desktop_selection(desktop)->set(item); - unsigned int tool_code = !strcmp(tool, "tools.freehand.pencil") ? SP_VERB_CONTEXT_PENCIL : SP_VERB_CONTEXT_PEN; - desktop->messageStack()->flash(Inkscape::NORMAL_MESSAGE, _("Creating single dot")); - sp_document_done(sp_desktop_document(desktop), tool_code, _("Create single dot")); + sp_document_done(sp_desktop_document(desktop), SP_VERB_NONE, _("Create single dot")); } /*