diff options
author | Colomban Wendling <[email protected]> | 2021-10-07 18:42:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-09 22:39:33 +0100 |
commit | 63b52c7b872258270f7f75d52dcf4edff83cefc3 (patch) | |
tree | ea57a2f7d6c4b429cedbbd7f94bd94a05744db48 /stickynotes/stickynotes.h | |
parent | e4f0153c22cf9639953ce28c4e6e7cda1ef064d9 (diff) | |
download | mate-applets-63b52c7b872258270f7f75d52dcf4edff83cefc3.tar.bz2 mate-applets-63b52c7b872258270f7f75d52dcf4edff83cefc3.tar.xz |
stickynotes: Restore note popup menu that got lost in 37a85e35448f8
Diffstat (limited to 'stickynotes/stickynotes.h')
-rw-r--r-- | stickynotes/stickynotes.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |