We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81896c0 commit 8001d65Copy full SHA for 8001d65
mate-panel/applet.c
@@ -736,13 +736,7 @@ applet_show_menu (AppletInfo *info,
736
if (!gtk_widget_get_realized (info->menu))
737
gtk_widget_show (info->menu);
738
739
- gtk_menu_popup (GTK_MENU (info->menu),
740
- NULL,
741
742
- (GtkMenuPositionFunc) mate_panel_applet_position_menu,
743
- info->widget,
744
- event->button,
745
- event->time);
+ gtk_menu_popup_at_pointer (GTK_MENU (info->menu), NULL);
746
}
747
748
static gboolean
0 commit comments