[evolution] Actually set the path in gnome_canvas_shape_set_path().
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Actually set the path in gnome_canvas_shape_set_path().
- Date: Fri, 29 Oct 2010 18:42:20 +0000 (UTC)
commit b5f2dc92ff163ae15e5595786e1e30a510ff9a9a
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]