summaryrefslogtreecommitdiffstats
path: root/src/sp-flowtext.cpp
diff options
context:
space:
mode:
authorroot <root@jtx.marker.es>2013-09-26 20:30:21 +0000
committerroot <root@jtx.marker.es>2013-09-26 20:30:21 +0000
commit264ef999acc789934e0e3956e953fddbc796d8b1 (patch)
treee842cea47c58a328b6f3e7d35fe9bbc7c1c074e7 /src/sp-flowtext.cpp
parentFixing ending selection (diff)
parentFix for Bug #1229605 (inkscape crashes when canceled import pdf). (diff)
downloadinkscape-264ef999acc789934e0e3956e953fddbc796d8b1.tar.gz
inkscape-264ef999acc789934e0e3956e953fddbc796d8b1.zip
update to trunk
(bzr r12588.1.7)
Diffstat (limited to 'src/sp-flowtext.cpp')
-rw-r--r--src/sp-flowtext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-flowtext.cpp b/src/sp-flowtext.cpp
index 5e13218f5..88564c0ac 100644
--- a/src/sp-flowtext.cpp
+++ b/src/sp-flowtext.cpp
@@ -582,7 +582,7 @@ SPItem *SPFlowtext::get_frame(SPItem *after)
}
if ( frame && SP_IS_USE(frame) ) {
- frame = sp_use_get_original(SP_USE(frame));
+ frame = SP_USE(frame)->get_original();
}
}
return frame;