summaryrefslogtreecommitdiff
path: root/stickynotes/stickynotes.c
diff options
context:
space:
mode:
authorColomban Wendling <[email protected]>2021-10-07 19:43:23 +0200
committerraveit65 <[email protected]>2021-11-09 22:39:46 +0100
commitecee6aeced75c30414345b5f31182f1ccae08076 (patch)
tree92534e749d20a64694d840857dd98d926034e0fd /stickynotes/stickynotes.c
parent63b52c7b872258270f7f75d52dcf4edff83cefc3 (diff)
downloadmate-applets-ecee6aeced75c30414345b5f31182f1ccae08076.tar.bz2
mate-applets-ecee6aeced75c30414345b5f31182f1ccae08076.tar.xz
stickynotes: Popup the note menu with the keyboard
Diffstat (limited to 'stickynotes/stickynotes.c')
-rw-r--r--stickynotes/stickynotes.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/stickynotes/stickynotes.c b/stickynotes/stickynotes.c
index 698a83d7..17b6f347 100644
--- a/stickynotes/stickynotes.c
+++ b/stickynotes/stickynotes.c
@@ -368,9 +368,9 @@ stickynote_new_aux (GdkScreen *screen,
G_CALLBACK (gtk_widget_hide),
note);
- g_signal_connect (note->w_window, "key-press-event",
- G_CALLBACK (stickynote_keypress_cb),
- note);
+ g_signal_connect_after (note->w_window, "key-press-event",
+ G_CALLBACK (stickynote_keypress_cb),
+ note->w_menu);
g_object_unref (builder);