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-10-26 16:00:45 +0200
commit999eec53c643721b37bc7ad847cdfdf93c124085 (patch)
tree7b6eb27b0e6d3588179141c834e225d7d1a93cf4 /stickynotes/stickynotes.c
parentd3527344f928d0352e6ec92e6e6d954374664e71 (diff)
downloadmate-applets-999eec53c643721b37bc7ad847cdfdf93c124085.tar.bz2
mate-applets-999eec53c643721b37bc7ad847cdfdf93c124085.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);