summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Yuan <li.yuan@sun.com>2007-09-24 04:55:36 +0000
committerLi Yuan <liyuan@src.gnome.org>2007-09-24 04:55:36 +0000
commitbe0568b063b451192334acb5f07927b6826a90c0 (patch)
tree008e4304a9f2bbae028b29a230052c267aeef03b
parent91dc317d46fa1bbd5f3ebcc210514804c6073835 (diff)
downloadatk-be0568b063b451192334acb5f07927b6826a90c0.tar.gz
Fix bug #477763. Correct registration of the "start-index" property for
2007-09-24 Li Yuan <li.yuan@sun.com> * atk/atkhyperlink.c: (atk_hyperlink_class_init): Fix bug #477763. Correct registration of the "start-index" property for AtkHyperlink. svn path=/trunk/; revision=1206
-rw-r--r--ChangeLog6
-rwxr-xr-xatk/atkhyperlink.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index db246f1..dbb8acb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-09-24 Li Yuan <li.yuan@sun.com>
+
+ * atk/atkhyperlink.c: (atk_hyperlink_class_init):
+ Fix bug #477763. Correct registration of the
+ "start-index" property for AtkHyperlink.
+
2007-09-17 Li Yuan <li.yuan@sun.com>
* configure.in, NEWS:
diff --git a/atk/atkhyperlink.c b/atk/atkhyperlink.c
index 71b113c..58bc849 100755
--- a/atk/atkhyperlink.c
+++ b/atk/atkhyperlink.c
@@ -123,7 +123,7 @@ atk_hyperlink_class_init (AtkHyperlinkClass *klass)
0,
G_PARAM_READABLE));
g_object_class_install_property (gobject_class,
- PROP_END_INDEX,
+ PROP_START_INDEX,
g_param_spec_int ("start-index",
_("Start index"),
_("The start index of the AtkHyperlink object"),