[evolution/rendering-cleanup] Actually set the path in gnome_canvas_shape_set_path().



commit 911fde99e39bb50f49b79dac11f5eaff803d3d5b
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Oct 24 22:10:07 2010 -0400

    Actually set the path in gnome_canvas_shape_set_path().

 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 a2ff712..37c8264 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]