diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-10-05 00:53:12 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-10-05 00:53:12 +0000 |
| commit | 995c8028b521eb7d17334e6f6d34bbb54949a48b (patch) | |
| tree | 6d2e811cfbfe459d31edfd9234bdda8bab57788b /src/pen-context.cpp | |
| parent | update to trunk (diff) | |
| parent | C++ (diff) | |
| download | inkscape-995c8028b521eb7d17334e6f6d34bbb54949a48b.tar.gz inkscape-995c8028b521eb7d17334e6f6d34bbb54949a48b.zip | |
update to trunk
(bzr r12588.1.11)
Diffstat (limited to 'src/pen-context.cpp')
| -rw-r--r-- | src/pen-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pen-context.cpp b/src/pen-context.cpp index 916fb7cdb..d67bc5e57 100644 --- a/src/pen-context.cpp +++ b/src/pen-context.cpp @@ -132,7 +132,7 @@ SPPenContext::~SPPenContext() { if (this->expecting_clicks_for_LPE > 0) { // we received too few clicks to sanely set the parameter path so we remove the LPE from the item - sp_lpe_item_remove_current_path_effect(this->waiting_item, false); + this->waiting_item->removeCurrentPathEffect(false); } } |
