diff options
Diffstat (limited to 'widgets/table/gal-a11y-e-cell-registry.c')
-rw-r--r-- | widgets/table/gal-a11y-e-cell-registry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/gal-a11y-e-cell-registry.c b/widgets/table/gal-a11y-e-cell-registry.c index 5c741e1955..14ee7e7b2a 100644 --- a/widgets/table/gal-a11y-e-cell-registry.c +++ b/widgets/table/gal-a11y-e-cell-registry.c @@ -122,7 +122,7 @@ gal_a11y_e_cell_registry_get_object (GalA11yECellRegistry *registry, registry = default_registry; } - type = GTK_OBJECT_TYPE (cell_view->ecell); + type = G_OBJECT_TYPE (cell_view->ecell); while (func == NULL && type != 0) { func = g_hash_table_lookup (registry->priv->table, GINT_TO_POINTER (type)); type = g_type_parent (type); |