diff options
author | Colomban Wendling <[email protected]> | 2021-10-07 18:42:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-10-26 16:00:45 +0200 |
commit | d3527344f928d0352e6ec92e6e6d954374664e71 (patch) | |
tree | eeaf2f2aeeb2d4e21713ded6f6488e554022b8a5 /stickynotes/stickynotes_callbacks.h | |
parent | 130e2e12a7d5e54165b25effee5fadb1693a096a (diff) | |
download | mate-applets-d3527344f928d0352e6ec92e6e6d954374664e71.tar.bz2 mate-applets-d3527344f928d0352e6ec92e6e6d954374664e71.tar.xz |
stickynotes: Restore note popup menu that got lost in 37a85e35448f8
Diffstat (limited to 'stickynotes/stickynotes_callbacks.h')
-rw-r--r-- | stickynotes/stickynotes_callbacks.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |