diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-06-29 20:15:48 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-06-29 20:15:48 +0000 |
| commit | ef0a7b603c667abc8599c3abf88c4408acb05228 (patch) | |
| tree | 7ddfd39557009044f41538d865cf3365e0ffe3fd /src/connector-context.cpp | |
| parent | Small bugfixes. (diff) | |
| download | inkscape-ef0a7b603c667abc8599c3abf88c4408acb05228.tar.gz inkscape-ef0a7b603c667abc8599c3abf88c4408acb05228.zip | |
patch from Gustav Broberg: undo annotations and history dialog
(bzr r1315)
Diffstat (limited to 'src/connector-context.cpp')
| -rw-r--r-- | src/connector-context.cpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/connector-context.cpp b/src/connector-context.cpp index 7343d6250..417734fd5 100644 --- a/src/connector-context.cpp +++ b/src/connector-context.cpp @@ -713,7 +713,8 @@ connector_handle_button_release(SPConnectorContext *const cc, GdkEventButton con cc->clickeditem->setHidden(false); sp_conn_adjust_path(SP_PATH(cc->clickeditem)); cc->clickeditem->updateRepr(); - sp_document_done(doc); + sp_document_done(doc, SP_VERB_CONTEXT_CONNECTOR, + /* TODO: annotate */ "connector-context.cpp:717"); cc_set_active_conn(cc, cc->clickeditem); sp_document_ensure_up_to_date(doc); cc->state = SP_CONNECTOR_CONTEXT_IDLE; @@ -920,7 +921,8 @@ spcc_flush_white(SPConnectorContext *cc, SPCurve *gc) sp_curve_unref(c); /* Flush pending updates */ - sp_document_done(doc); + sp_document_done(doc, SP_VERB_CONTEXT_CONNECTOR, + /* TODO: annotate */ "connector-context.cpp:925"); sp_document_ensure_up_to_date(doc); } @@ -1274,7 +1276,8 @@ void cc_selection_set_avoid(bool const set_avoid) return; } - sp_document_done(document); + sp_document_done(document, SP_VERB_CONTEXT_CONNECTOR, + /* TODO: annotate */ "connector-context.cpp:1280"); } |
