From ecee6aeced75c30414345b5f31182f1ccae08076 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Thu, 7 Oct 2021 19:43:23 +0200 Subject: stickynotes: Popup the note menu with the keyboard --- stickynotes/stickynotes_callbacks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stickynotes/stickynotes_callbacks.h') 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 -- cgit v1.2.1