[evolution/gnome-3-8] GnomeCanvasRect: Incorrectly named fill_color_rgba property
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-8] GnomeCanvasRect: Incorrectly named fill_color_rgba property
- Date: Fri, 9 Aug 2013 09:56:02 +0000 (UTC)
commit 826f30de86c4653febe0707b56ae81b844982043
Author: Milan Crha <mcrha redhat com>
Date: Fri Aug 9 11:52:59 2013 +0200
GnomeCanvasRect: Incorrectly named fill_color_rgba property
While all the code references fill_color_rgba, the object itself
defined property's name "fill_rgba", which produced runtime
warnings and misbehavior.
libgnomecanvas/gnome-canvas-rect.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgnomecanvas/gnome-canvas-rect.c b/libgnomecanvas/gnome-canvas-rect.c
index 487b7e2..fde76b7 100644
--- a/libgnomecanvas/gnome-canvas-rect.c
+++ b/libgnomecanvas/gnome-canvas-rect.c
@@ -595,7 +595,7 @@ gnome_canvas_rect_class_init (GnomeCanvasRectClass *class)
object_class,
PROP_FILL_COLOR_RGBA,
g_param_spec_uint (
- "fill_rgba",
+ "fill_color_rgba",
NULL,
NULL,
0,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]