summaryrefslogtreecommitdiffstats
path: root/src/object/sp-polygon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-polygon.cpp')
-rw-r--r--src/object/sp-polygon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-polygon.cpp b/src/object/sp-polygon.cpp
index 14fd104b3..b2a0c1480 100644
--- a/src/object/sp-polygon.cpp
+++ b/src/object/sp-polygon.cpp
@@ -157,7 +157,7 @@ void SPPolygon::set(unsigned int key, const gchar* value) {
curve->closepath();
}
- this->setCurve(curve, TRUE);
+ this->setCurve(curve);
curve->unref();
break;
}