aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/a11y/gal-a11y-e-cell.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/a11y/gal-a11y-e-cell.c')
-rw-r--r--widgets/table/a11y/gal-a11y-e-cell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/table/a11y/gal-a11y-e-cell.c b/widgets/table/a11y/gal-a11y-e-cell.c
index a316500af7..e09b5456d9 100644
--- a/widgets/table/a11y/gal-a11y-e-cell.c
+++ b/widgets/table/a11y/gal-a11y-e-cell.c
@@ -113,7 +113,7 @@ gal_a11y_e_cell_get_name (AtkObject * a11y)
return a11y->name;
if (cell->item != NULL) {
- ecol = e_table_header_get_column (cell->item->header, cell->view_col);
+ ecol = e_table_header_get_column (cell->item->header, cell->view_col);
if (ecol != NULL)
return ecol->text;
}
@@ -350,7 +350,7 @@ gal_a11y_e_cell_remove_action_by_name (GalA11yECell *cell,
g_return_val_if_fail (GAL_A11Y_IS_E_CELL (cell), FALSE);
for (list_node = cell->action_list; list_node && !action_found;
- list_node = list_node->next) {
+ list_node = list_node->next) {
if (!g_ascii_strcasecmp (((ActionInfo *)(list_node->data))->name, action_name)) {
action_found = TRUE;
break;