[evolution/rendering-cleanup] Fix typo in EText.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/rendering-cleanup] Fix typo in EText.
- Date: Mon, 25 Oct 2010 02:16:24 +0000 (UTC)
commit eb9ce206a2bd24bc86ab2ea9a746728024b93757
Author: Matthew Barnes <mbarnes redhat com>
Date: Sat Oct 23 14:52:27 2010 -0400
Fix typo in EText.
Fill color properties should be write-only, not read-only.
widgets/text/e-text.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c
index cc6e72e..d35412b 100644
--- a/widgets/text/e-text.c
+++ b/widgets/text/e-text.c
@@ -3330,14 +3330,14 @@ e_text_class_init (ETextClass *klass)
"Fill color",
"Fill color",
NULL,
- G_PARAM_READABLE));
+ G_PARAM_WRITABLE));
g_object_class_install_property (gobject_class, PROP_FILL_COLOR_GDK,
g_param_spec_boxed ("fill_color_gdk",
"GDK fill color",
"GDK fill color",
GDK_TYPE_COLOR,
- G_PARAM_READABLE));
+ G_PARAM_WRITABLE));
g_object_class_install_property (gobject_class, PROP_FILL_COLOR_RGBA,
g_param_spec_uint ("fill_color_rgba",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]