diff options
author | Colomban Wendling <[email protected]> | 2021-10-07 19:43:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-09 22:39:46 +0100 |
commit | ecee6aeced75c30414345b5f31182f1ccae08076 (patch) | |
tree | 92534e749d20a64694d840857dd98d926034e0fd /stickynotes/stickynotes_callbacks.h | |
parent | 63b52c7b872258270f7f75d52dcf4edff83cefc3 (diff) | |
download | mate-applets-ecee6aeced75c30414345b5f31182f1ccae08076.tar.bz2 mate-applets-ecee6aeced75c30414345b5f31182f1ccae08076.tar.xz |
stickynotes: Popup the note menu with the keyboard
Diffstat (limited to 'stickynotes/stickynotes_callbacks.h')
-rw-r--r-- | stickynotes/stickynotes_callbacks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stickynotes/stickynotes_callbacks.h b/stickynotes/stickynotes_callbacks.h index a155d812..57ba9428 100644 --- a/stickynotes/stickynotes_callbacks.h +++ b/stickynotes/stickynotes_callbacks.h @@ -52,7 +52,7 @@ stickynote_show_popup_menu (GtkWidget *widget, gboolean stickynote_keypress_cb (GtkWidget *widget, GdkEventKey *event, - StickyNote *note); + GtkMenu *popup_menu); /* Callbacks for the sticky notes popup menu */ void |