diff options
-rw-r--r-- | mate-panel/panel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel.c b/mate-panel/panel.c index 72b9e6cd..e4f9fba3 100644 --- a/mate-panel/panel.c +++ b/mate-panel/panel.c @@ -364,7 +364,7 @@ panel_popup_menu (PanelToplevel *toplevel, gtk_menu_set_screen (GTK_MENU (menu), gtk_window_get_screen (GTK_WINDOW (toplevel))); - gtk_menu_popup (GTK_MENU (menu), NULL, NULL, NULL, NULL, button, activate_time); + gtk_menu_popup_at_pointer (GTK_MENU (menu), NULL); return TRUE; } |