Attempt to fix popup menu strangeness in nsgtk experienced by some.

svn path=/trunk/netsurf/; revision=3593
This commit is contained in:
Rob Kendrick 2007-09-26 18:16:35 +00:00
parent 87f284281b
commit c5870e07cd
1 changed files with 2 additions and 1 deletions

View File

@ -914,5 +914,6 @@ gboolean nsgtk_scaffolding_is_busy(nsgtk_scaffolding *scaffold)
void nsgtk_scaffolding_popup_menu(nsgtk_scaffolding *g, guint button)
{
gtk_menu_popup(g->popup_menu, NULL, NULL, NULL, NULL, button, 0);
gtk_menu_popup(g->popup_menu, NULL, NULL, NULL, NULL, 0,
gtk_get_current_event_time());
}