diff options
author | rbuj <[email protected]> | 2021-10-25 09:52:41 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-01-09 14:24:00 +0100 |
commit | 05dc26a2c8abd952e7b3d46dae719530a546f7d9 (patch) | |
tree | ac8869f164b512d350cc2ae8f6d19739e18851a3 /libmisc/ev-page-action-widget.c | |
parent | b7fd397eb4a7a17a671b29e818b63718ab618b63 (diff) | |
download | atril-05dc26a2c8abd952e7b3d46dae719530a546f7d9.tar.bz2 atril-05dc26a2c8abd952e7b3d46dae719530a546f7d9.tar.xz |
Fix the type for the signal identifier which is gulong
Diffstat (limited to 'libmisc/ev-page-action-widget.c')
-rw-r--r-- | libmisc/ev-page-action-widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |