summaryrefslogtreecommitdiff
path: root/shell/ev-sidebar-annotations.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-25 09:52:41 +0200
committerraveit65 <[email protected]>2022-01-09 14:24:00 +0100
commit05dc26a2c8abd952e7b3d46dae719530a546f7d9 (patch)
treeac8869f164b512d350cc2ae8f6d19739e18851a3 /shell/ev-sidebar-annotations.c
parentb7fd397eb4a7a17a671b29e818b63718ab618b63 (diff)
downloadatril-05dc26a2c8abd952e7b3d46dae719530a546f7d9.tar.bz2
atril-05dc26a2c8abd952e7b3d46dae719530a546f7d9.tar.xz
Fix the type for the signal identifier which is gulong
Diffstat (limited to 'shell/ev-sidebar-annotations.c')
-rw-r--r--shell/ev-sidebar-annotations.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-sidebar-annotations.c b/shell/ev-sidebar-annotations.c
index f445cd35..cc39617f 100644
--- a/shell/ev-sidebar-annotations.c
+++ b/shell/ev-sidebar-annotations.c
@@ -56,7 +56,7 @@ struct _EvSidebarAnnotationsPrivate {
GtkWidget *annot_text_item;
EvJob *job;
- guint selection_changed_id;
+ gulong selection_changed_id;
};
static void ev_sidebar_annotations_page_iface_init (EvSidebarPageInterface *iface);