GNOME Bugzilla – Bug 247097
GalA11yEText should be included in libgal-a11y
Last modified: 2004-09-29 20:42:59 UTC
When making a11y a build-in feature for EText,we need add some registration code into e-text.c. Also libgal-a11y-etext should be included in libgal-a11y.
Created attachment 42743 [details] [review] patch for bug 47097
Also I found that there is a mistake in gal-a11y-e-text-factory.h GalA11yETextFactory should inherit from AtkObjectFactory not AtkObject. Although it's ok in the GType registration procedure, I think it should be changed to make the code clear.
*** bug 247100 has been marked as a duplicate of this bug. ***
For convenience I merge the bug 247100 into this bug. In bug 247100 : AtkComponent interface was not implemented properly in GalA11yEText.
Created attachment 42745 [details] [review] patch for bug 47097 and bug 47100
Created attachment 42817 [details] [review] new patch for bug 47097 to fit the changes of libgal-a11y
checked into gal-a11y-branch by Gilbert Fang 2003.08.16
checked into HEAD