summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-10-05 00:53:12 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-10-05 00:53:12 +0000
commit995c8028b521eb7d17334e6f6d34bbb54949a48b (patch)
tree6d2e811cfbfe459d31edfd9234bdda8bab57788b /src/widgets
parentupdate to trunk (diff)
parentC++ (diff)
downloadinkscape-995c8028b521eb7d17334e6f6d34bbb54949a48b.tar.gz
inkscape-995c8028b521eb7d17334e6f6d34bbb54949a48b.zip
update to trunk
(bzr r12588.1.11)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/lpe-toolbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/lpe-toolbar.cpp b/src/widgets/lpe-toolbar.cpp
index 55cce90cd..922526a9f 100644
--- a/src/widgets/lpe-toolbar.cpp
+++ b/src/widgets/lpe-toolbar.cpp
@@ -145,7 +145,7 @@ static void sp_lpetool_toolbox_sel_changed(Inkscape::Selection *selection, GObje
SPItem *item = selection->singleItem();
if (item && SP_IS_LPE_ITEM(item) && lpetool_item_has_construction(lc, item)) {
SPLPEItem *lpeitem = SP_LPE_ITEM(item);
- Effect* lpe = sp_lpe_item_get_current_lpe(lpeitem);
+ Effect* lpe = lpeitem->getCurrentLPE();
if (lpe && lpe->effectType() == LINE_SEGMENT) {
LPELineSegment *lpels = static_cast<LPELineSegment*>(lpe);
g_object_set_data(tbl, "currentlpe", lpe);