Skip to content
Snippets Groups Projects
Commit cf8dec9e authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

*** empty log message ***

(Old svn revision: 10478)
parent 9d016307
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,7 @@ gboolean menu_popup(Menu * menu, int root_x, int root_y, int button, guint32 tim
menu_open = menu->menu;
pushEventFilter(menu_filter, NULL);
menu->tmp_event_window = setTmpEventWin(NoEventMask);
gtk_menu_popup(GTK_MENU(menu->menu), NULL, getDefaultGtkWidget(), popup_position_func, pt, button, timestamp);
gtk_menu_popup(GTK_MENU(menu->menu), NULL, NULL, popup_position_func, pt, button, timestamp);
if(!GTK_MENU_SHELL(GTK_MENU(menu->menu))->have_xgrab)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment