From 8b364a6d1675059f1330f88513004d25c32fcfce Mon Sep 17 00:00:00 2001 From: Tim Wo Date: Fri, 12 Sep 2003 13:55:57 +0000 Subject: GalA11yETextFactory should inherit from AtkObjectFactory not AtkObject. 2003-09-08 Tim Wo * gal/a11y/e-text/gal-a11y-e-text-factory.h: GalA11yETextFactory should inherit from AtkObjectFactory not AtkObject. (#47097). * gal/a11y/e-text/gal-a11y-e-text.c (et_class_init): Set value for "component_parent_iface". (#47097) * gal/e-text/e-text.c (e_text_class_init): Added registration code for GalA11yETextFactory. (#47097) svn path=/trunk/; revision=22551 --- a11y/e-text/gal-a11y-e-text.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'a11y/e-text/gal-a11y-e-text.c') diff --git a/a11y/e-text/gal-a11y-e-text.c b/a11y/e-text/gal-a11y-e-text.c index ce32e86fc2..1ee67989ca 100644 --- a/a11y/e-text/gal-a11y-e-text.c +++ b/a11y/e-text/gal-a11y-e-text.c @@ -452,6 +452,8 @@ et_class_init (GalA11yETextClass *klass) parent_class = g_type_class_ref (PARENT_TYPE); + component_parent_iface = g_type_interface_peek(parent_class, ATK_TYPE_COMPONENT); + object_class->dispose = et_dispose; } -- cgit v1.2.3