diff options
Diffstat (limited to 'a11y/e-table/gal-a11y-e-cell.c')
-rw-r--r-- | a11y/e-table/gal-a11y-e-cell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/a11y/e-table/gal-a11y-e-cell.c b/a11y/e-table/gal-a11y-e-cell.c index ceac5d5817..a4ad363533 100644 --- a/a11y/e-table/gal-a11y-e-cell.c +++ b/a11y/e-table/gal-a11y-e-cell.c @@ -222,6 +222,7 @@ gal_a11y_e_cell_construct (AtkObject *object, a11y->model_col = model_col; a11y->view_col = view_col; a11y->row = row; + ATK_OBJECT (a11y) ->role = ATK_ROLE_TABLE_CELL; #if 0 if (parent) |