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 /cut-n-paste/zoom-control | |
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 'cut-n-paste/zoom-control')
-rw-r--r-- | cut-n-paste/zoom-control/ephy-zoom-control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cut-n-paste/zoom-control/ephy-zoom-control.c b/cut-n-paste/zoom-control/ephy-zoom-control.c index c1364f32..3d5c7fde 100644 --- a/cut-n-paste/zoom-control/ephy-zoom-control.c +++ b/cut-n-paste/zoom-control/ephy-zoom-control.c @@ -34,7 +34,7 @@ struct _EphyZoomControlPrivate float zoom; float min_zoom; float max_zoom; - guint handler_id; + gulong handler_id; }; enum |