summaryrefslogtreecommitdiff
path: root/stickynotes/stickynotes.c
diff options
context:
space:
mode:
Diffstat (limited to 'stickynotes/stickynotes.c')
-rw-r--r--stickynotes/stickynotes.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/stickynotes/stickynotes.c b/stickynotes/stickynotes.c
index be05a5fb..978e731e 100644
--- a/stickynotes/stickynotes.c
+++ b/stickynotes/stickynotes.c
@@ -368,6 +368,10 @@ 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_object_unref (builder);
g_signal_connect_after (note->w_body, "button-press-event",