summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/livepatheffect-editor.cpp
diff options
context:
space:
mode:
authorEric Greveson <eric@greveson.co.uk>2013-08-12 15:39:48 +0000
committerEric Greveson <eric@greveson.co.uk>2013-08-12 15:39:48 +0000
commit05f008356889de30ff55df1f73030003ed7cc312 (patch)
tree32fadd87a5507b108c457db4da40d963c5c7b7e4 /src/ui/dialog/livepatheffect-editor.cpp
parentPackaging. Hebrew translation by Yaron Shahrabani. (diff)
downloadinkscape-05f008356889de30ff55df1f73030003ed7cc312.tar.gz
inkscape-05f008356889de30ff55df1f73030003ed7cc312.zip
Allow Object to Path verb from non-GUI (DBus) interface
(bzr r12473.1.1)
Diffstat (limited to 'src/ui/dialog/livepatheffect-editor.cpp')
-rw-r--r--src/ui/dialog/livepatheffect-editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.cpp b/src/ui/dialog/livepatheffect-editor.cpp
index 6c6f3a582..6dc9c1ee3 100644
--- a/src/ui/dialog/livepatheffect-editor.cpp
+++ b/src/ui/dialog/livepatheffect-editor.cpp
@@ -416,7 +416,7 @@ LivePathEffectEditor::onAdd()
// If item is a SPRect, convert it to path first:
if ( SP_IS_RECT(item) ) {
- sp_selected_path_to_curves(current_desktop, false);
+ sp_selected_path_to_curves(sel, current_desktop, false);
item = sel->singleItem(); // get new item
}