aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/a11y/gal-a11y-e-cell-popup.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/a11y/gal-a11y-e-cell-popup.c')
-rw-r--r--widgets/table/a11y/gal-a11y-e-cell-popup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/widgets/table/a11y/gal-a11y-e-cell-popup.c b/widgets/table/a11y/gal-a11y-e-cell-popup.c
index 5ae3cef686..f76b2431b0 100644
--- a/widgets/table/a11y/gal-a11y-e-cell-popup.c
+++ b/widgets/table/a11y/gal-a11y-e-cell-popup.c
@@ -83,9 +83,9 @@ AtkObject *
gal_a11y_e_cell_popup_new (ETableItem *item,
ECellView *cell_view,
AtkObject *parent,
- int model_col,
- int view_col,
- int row)
+ gint model_col,
+ gint view_col,
+ gint row)
{
AtkObject *a11y;
GalA11yECell *cell;