diff options
Diffstat (limited to 'widgets/text/gal-a11y-e-text-factory.c')
-rw-r--r-- | widgets/text/gal-a11y-e-text-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/text/gal-a11y-e-text-factory.c b/widgets/text/gal-a11y-e-text-factory.c index d68e2ce549..0c933c2245 100644 --- a/widgets/text/gal-a11y-e-text-factory.c +++ b/widgets/text/gal-a11y-e-text-factory.c @@ -33,7 +33,7 @@ static AtkObjectFactoryClass *parent_class; static GType gal_a11y_e_text_factory_get_accessible_type (void) { - return GAL_A11Y_TYPE_E_TEXT; + return GAL_A11Y_TYPE_E_TEXT; } static AtkObject* |