summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-01-01 09:58:12 +0100
committerThomas Haller <thaller@redhat.com>2020-09-08 12:37:36 +0200
commita4ba29f5c0a1b148cb48e057cdf815384ed5c5f4 (patch)
tree87109bccdb00b0a1fadb8e8b3a7b11c7f5d86a05
parentc69d85a0ee7dde21d846259745f3d9b197cea8d6 (diff)
downloadNetworkManager-a4ba29f5c0a1b148cb48e057cdf815384ed5c5f4.tar.gz
tui: fix signature for nmt_newt_form_keypress_callback() callback
Fixes: 3bda3fb60c10 ('nmtui: initial import of nmtui') (cherry picked from commit 38323216f57997fede010f78435d284e85546a2b) (cherry picked from commit 5ab7794266e6875b0209fd75a66d680dfe0622cf)
-rw-r--r--clients/tui/newt/nmt-newt-form.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/tui/newt/nmt-newt-form.c b/clients/tui/newt/nmt-newt-form.c
index a8b53eef6b..19dfff7840 100644
--- a/clients/tui/newt/nmt-newt-form.c
+++ b/clients/tui/newt/nmt-newt-form.c
@@ -324,7 +324,7 @@ static GSList *form_stack;
static GSource *keypress_source;
static gboolean
-nmt_newt_form_keypress_callback (int fd,
+nmt_newt_form_keypress_callback (GIOChannel *channel,
GIOCondition condition,
gpointer user_data)
{