summaryrefslogtreecommitdiffstats
path: root/src/sp-path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-path.cpp')
-rw-r--r--src/sp-path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-path.cpp b/src/sp-path.cpp
index 5c347e485..bd923d058 100644
--- a/src/sp-path.cpp
+++ b/src/sp-path.cpp
@@ -76,7 +76,7 @@ gchar* SPPath::description() {
if (hasPathEffect()) {
Glib::ustring s;
- PathEffectList effect_list = sp_lpe_item_get_effect_list(this);
+ PathEffectList effect_list = this->getEffectList();
for (PathEffectList::iterator it = effect_list.begin(); it != effect_list.end(); ++it)
{