summaryrefslogtreecommitdiff
path: root/tests/testgmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testgmenu.c')
-rw-r--r--tests/testgmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testgmenu.c b/tests/testgmenu.c
index 579518751d..c4f9639139 100644
--- a/tests/testgmenu.c
+++ b/tests/testgmenu.c
@@ -350,7 +350,7 @@ create_action_treeview (GActionGroup *group)
GtkTreeViewColumn *column;
GtkCellRenderer *cell;
gchar **group_actions;
- gint i;
+ int i;
store = gtk_list_store_new (2, G_TYPE_STRING, G_TYPE_STRING);
group_actions = g_action_group_list_actions (group);