diff options
-rw-r--r-- | libgnomecanvas/gnome-canvas-shape.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgnomecanvas/gnome-canvas-shape.c b/libgnomecanvas/gnome-canvas-shape.c index a2ff712085..37c8264c7e 100644 --- a/libgnomecanvas/gnome-canvas-shape.c +++ b/libgnomecanvas/gnome-canvas-shape.c @@ -223,6 +223,8 @@ gnome_canvas_shape_set_path (GnomeCanvasShape *shape, cairo_path_t *path) cairo_path_destroy (priv->path); priv->path = NULL; } + + priv->path = path; } static guint32 |