Comment 1 for bug 1358808

Revision history for this message
Liam P. White (liampwhite) wrote :

The current behavior is to use Inkscape::DocumentUndo like this:

DocumentUndo::done(doc, SP_VERB_CONTEXT_FOO, _("some-event"));

The suggested behavior would be this:

doc->commit(SP_VERB_CONTEXT_FOO, _("some-event"));