aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/gal-a11y-e-text-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/gal-a11y-e-text-factory.c')
-rw-r--r--e-util/gal-a11y-e-text-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/gal-a11y-e-text-factory.c b/e-util/gal-a11y-e-text-factory.c
index 0c0e24d2c2..9b7d3fc6a3 100644
--- a/e-util/gal-a11y-e-text-factory.c
+++ b/e-util/gal-a11y-e-text-factory.c
@@ -58,7 +58,7 @@ gal_a11y_e_text_factory_class_init (GalA11yETextFactoryClass *class)
parent_class = g_type_class_ref (PARENT_TYPE);
- factory_class->create_accessible = gal_a11y_e_text_factory_create_accessible;
+ factory_class->create_accessible = gal_a11y_e_text_factory_create_accessible;
factory_class->get_accessible_type = gal_a11y_e_text_factory_get_accessible_type;
}