summaryrefslogtreecommitdiff
path: root/mate-panel/panel-recent.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-12-18 14:31:49 +0100
committerraveit65 <[email protected]>2021-12-19 17:46:41 +0100
commitede1f04954c5b64dbdaea7a75aecc1153cc6e9b3 (patch)
treeb29cb6bfa05a9b88194631e964f55bbcfcb70ef8 /mate-panel/panel-recent.c
parent0791b258daba11925ced8406db204f27b827202f (diff)
downloadmate-panel-ede1f04954c5b64dbdaea7a75aecc1153cc6e9b3.tar.bz2
mate-panel-ede1f04954c5b64dbdaea7a75aecc1153cc6e9b3.tar.xz
Use dashes instead of underscores in signal names
Diffstat (limited to 'mate-panel/panel-recent.c')
-rw-r--r--mate-panel/panel-recent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-recent.c b/mate-panel/panel-recent.c
index 054430bf..d23095f4 100644
--- a/mate-panel/panel-recent.c
+++ b/mate-panel/panel-recent.c
@@ -204,7 +204,7 @@ panel_recent_append_documents_menu (GtkWidget *top_menu,
gtk_recent_chooser_set_limit (GTK_RECENT_CHOOSER (recent_menu),
recent_items_limit);
- g_signal_connect (G_OBJECT (recent_menu), "button_press_event",
+ g_signal_connect (G_OBJECT (recent_menu), "button-press-event",
G_CALLBACK (menu_dummy_button_press_event), NULL);
gtk_menu_shell_append (GTK_MENU_SHELL (top_menu), menu_item);