From dba2b9c982de64c97b4bfcbbb6659ee6e198a1f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 10 Aug 2022 10:13:24 +0200 Subject: Fix the argument list of a callback --- fiv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fiv.c b/fiv.c index 5aa38ec..92047bc 100644 --- a/fiv.c +++ b/fiv.c @@ -791,7 +791,8 @@ on_sort_direction(G_GNUC_UNUSED GtkMenuItem *item, gpointer data) } static void -on_notify_view_messages(FivView *view, G_GNUC_UNUSED gpointer user_data) +on_notify_view_messages(FivView *view, G_GNUC_UNUSED GParamSpec *param_spec, + G_GNUC_UNUSED gpointer user_data) { gchar *messages = NULL; g_object_get(view, "messages", &messages, NULL); -- cgit v1.2.3