summaryrefslogtreecommitdiff
path: root/mate-panel/panel.c
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-07-01 12:31:13 +0200
committerraveit65 <[email protected]>2018-07-04 09:54:25 +0200
commit81896c0e45a21ad3021f83e154c7c1b5a524d596 (patch)
tree6eb1cf9b7e4389bf720e5284919f21f08be27beb /mate-panel/panel.c
parent3820f05688734c96f0668760bd8bd62ebb1e6d34 (diff)
downloadmate-panel-81896c0e45a21ad3021f83e154c7c1b5a524d596.tar.bz2
mate-panel-81896c0e45a21ad3021f83e154c7c1b5a524d596.tar.xz
panel-context-menu: replace deprecated gtk_menu_popup
Diffstat (limited to 'mate-panel/panel.c')
-rw-r--r--mate-panel/panel.c2
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;
}