summaryrefslogtreecommitdiff
path: root/tests/testgmenu.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-07-24 15:54:49 +0200
committerBenjamin Otte <otte@redhat.com>2020-07-25 00:47:36 +0200
commitd7266b25ba5f2f21a5bd19d0fb88aca530e4d265 (patch)
tree8dc515efd6e0c0b0da1d7e02049f284edd6050ff /tests/testgmenu.c
parent46423e614d4fcf142d9578d4788dde664ea280f9 (diff)
downloadgtk+-d7266b25ba5f2f21a5bd19d0fb88aca530e4d265.tar.gz
Replace "gint" with "int"
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);