summaryrefslogtreecommitdiff
path: root/mate-panel/panel-recent.c
diff options
context:
space:
mode:
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);