summaryrefslogtreecommitdiff
path: root/tests/testselectionmode.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testselectionmode.c')
-rw-r--r--tests/testselectionmode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testselectionmode.c b/tests/testselectionmode.c
index 7157c8ec02..325e80b2f0 100644
--- a/tests/testselectionmode.c
+++ b/tests/testselectionmode.c
@@ -78,7 +78,7 @@ selectable_row_new (void)
}
static void
-add_row (GtkWidget *list, gint i)
+add_row (GtkWidget *list, int i)
{
GtkWidget *row;
GtkWidget *label;
@@ -190,7 +190,7 @@ main (int argc, char *argv[])
GtkWidget *window;
GtkWidget *list;
GtkWidget *button;
- gint i;
+ int i;
GSimpleActionGroup *group;
GSimpleAction *action;