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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stickynotes/stickynotes.h') diff --git a/stickynotes/stickynotes.h b/stickynotes/stickynotes.h index bee35bad..3a524189 100644 --- a/stickynotes/stickynotes.h +++ b/stickynotes/stickynotes.h @@ -52,7 +52,7 @@ typedef struct GtkSourceBuffer *buffer; /* Sticky Note text buffer for undo/redo */ - GtkToggleAction *ta_lock_toggle_item; /* Lock item in the popup menu */ + GtkCheckMenuItem *w_lock_toggle_item; /* Lock item in the popup menu */ GtkImage *img_lock; /* Lock image */ GtkImage *img_close; /* Close image */ -- cgit v1.2.1