diff options
| author | root <root@jtx.marker.es> | 2013-09-26 20:30:21 +0000 |
|---|---|---|
| committer | root <root@jtx.marker.es> | 2013-09-26 20:30:21 +0000 |
| commit | 264ef999acc789934e0e3956e953fddbc796d8b1 (patch) | |
| tree | e842cea47c58a328b6f3e7d35fe9bbc7c1c074e7 /src/sp-flowtext.cpp | |
| parent | Fixing ending selection (diff) | |
| parent | Fix for Bug #1229605 (inkscape crashes when canceled import pdf). (diff) | |
| download | inkscape-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.cpp | 2 |
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; |
