GNOME Bugzilla – Bug 477763
Incorrect registration of the "start-index" property for AtkHyperlink
Last modified: 2007-09-24 04:56:02 UTC
The "start-index" property of AtkHyperlink is not registered correctly: PROP_END_INDEX identifier is used instead of PROP_START_INDEX. So if one tries to get the value of the property, the value of the "end-index" property will be returned instead. The detailed bug description can be found at: http://linuxtesting.org/results/report?num=S0572
Created attachment 95777 [details] [review] patch