[evolution/rendering-cleanup] Fix typo in gnome_canvas_shape_update().
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/rendering-cleanup] Fix typo in gnome_canvas_shape_update().
- Date: Fri, 29 Oct 2010 18:32:35 +0000 (UTC)
commit d22f5a0e71ea9c07b9111f504abe29adcf1bd6b0
Author: Matthew Barnes <mbarnes redhat com>
Date: Thu Oct 28 20:23:36 2010 -0400
Fix typo in gnome_canvas_shape_update().
libgnomecanvas/gnome-canvas-shape.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgnomecanvas/gnome-canvas-shape.c b/libgnomecanvas/gnome-canvas-shape.c
index 37ad4a5..8d5072f 100644
--- a/libgnomecanvas/gnome-canvas-shape.c
+++ b/libgnomecanvas/gnome-canvas-shape.c
@@ -543,7 +543,7 @@ gnome_canvas_shape_update (GnomeCanvasItem *item, const cairo_matrix_t *i2c, gin
if (GNOME_CANVAS_ITEM_CLASS (gnome_canvas_shape_parent_class)->update)
GNOME_CANVAS_ITEM_CLASS (gnome_canvas_shape_parent_class)->update (item, i2c, flags);
- gnome_canvas_shape_bounds (item, &x1, &x2, &y1, &y2);
+ gnome_canvas_shape_bounds (item, &x1, &y1, &x2, &y2);
gnome_canvas_item_i2w_matrix (item, &matrix);
gnome_canvas_matrix_transform_rect (&matrix, &x1, &y1, &x2, &y2);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]