summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/livepatheffect-editor.cpp
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2013-08-12 17:14:38 +0000
committerMartin Owens <doctormo@gmail.com>2013-08-12 17:14:38 +0000
commit870b75d81c82e7eea57134e9e4cd35734d443da2 (patch)
tree32fadd87a5507b108c457db4da40d963c5c7b7e4 /src/ui/dialog/livepatheffect-editor.cpp
parentPackaging. Hebrew translation by Yaron Shahrabani. (diff)
parentAllow Object to Path verb from non-GUI (DBus) interface (diff)
downloadinkscape-870b75d81c82e7eea57134e9e4cd35734d443da2.tar.gz
inkscape-870b75d81c82e7eea57134e9e4cd35734d443da2.zip
Merge in object-to-path enabler dbus command
(bzr r12474)
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
}