Fix bug #477763. Correct registration of the "start-index" property for
authorLi Yuan <li.yuan@sun.com>
Mon, 24 Sep 2007 04:55:36 +0000 (04:55 +0000)
committerLi Yuan <liyuan@src.gnome.org>
Mon, 24 Sep 2007 04:55:36 +0000 (04:55 +0000)
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

ChangeLog
atk/atkhyperlink.c

index db246f1..dbb8acb 100644 (file)
--- 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:
index 71b113c..58bc849 100755 (executable)
@@ -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"),