From d3527344f928d0352e6ec92e6e6d954374664e71 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Thu, 7 Oct 2021 18:42:36 +0200 Subject: stickynotes: Restore note popup menu that got lost in 37a85e35448f8 --- stickynotes/stickynotes_callbacks.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stickynotes/stickynotes_callbacks.h') diff --git a/stickynotes/stickynotes_callbacks.h b/stickynotes/stickynotes_callbacks.h index 8934011f..a155d812 100644 --- a/stickynotes/stickynotes_callbacks.h +++ b/stickynotes/stickynotes_callbacks.h @@ -62,8 +62,8 @@ void popup_destroy_cb (GtkWidget *widget, StickyNote *note); void -popup_toggle_lock_cb (GtkToggleAction *action, - StickyNote *note); +popup_toggle_lock_cb (GtkCheckMenuItem *item, + StickyNote *note); void popup_properties_cb (GtkWidget *widget, StickyNote *note); -- cgit v1.2.1