From 05dc26a2c8abd952e7b3d46dae719530a546f7d9 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 25 Oct 2021 09:52:41 +0200 Subject: Fix the type for the signal identifier which is gulong --- libmisc/ev-page-action-widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmisc') diff --git a/libmisc/ev-page-action-widget.c b/libmisc/ev-page-action-widget.c index 30654d19..6b5d476c 100644 --- a/libmisc/ev-page-action-widget.c +++ b/libmisc/ev-page-action-widget.c @@ -43,7 +43,7 @@ struct _EvPageActionWidget GtkWidget *entry; GtkWidget *label; - guint signal_id; + gulong signal_id; GtkTreeModel *filter_model; GtkTreeModel *model; }; -- cgit v1.2.1