aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/gal-a11y-e-cell-popup.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/gal-a11y-e-cell-popup.c')
-rw-r--r--widgets/table/gal-a11y-e-cell-popup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/table/gal-a11y-e-cell-popup.c b/widgets/table/gal-a11y-e-cell-popup.c
index 921ae8e4d5..755325d4f3 100644
--- a/widgets/table/gal-a11y-e-cell-popup.c
+++ b/widgets/table/gal-a11y-e-cell-popup.c
@@ -92,7 +92,7 @@ gal_a11y_e_cell_popup_new (ETableItem *item,
ECellPopup *popupcell;
ECellView* child_view = NULL;
- popupcell= E_CELL_POPUP(cell_view->ecell);
+ popupcell= E_CELL_POPUP (cell_view->ecell);
if (popupcell && popupcell->popup_cell_view)
child_view = popupcell->popup_cell_view->child_view;
@@ -116,7 +116,7 @@ gal_a11y_e_cell_popup_new (ETableItem *item,
row);
}
g_return_val_if_fail (a11y != NULL, NULL);
- cell = GAL_A11Y_E_CELL(a11y);
+ cell = GAL_A11Y_E_CELL (a11y);
gal_a11y_e_cell_add_action (cell,
"popup",
/* Translators: description of a "popup" action */