remove recently added gdk_flush() again, it's not needed after all.

2007-11-14  Michael Natterer  <mitch@imendio.com>

	* gtk/gtkmenu.c (gtk_menu_popup): remove recently added
	gdk_flush() again, it's not needed after all.


svn path=/trunk/; revision=18991
This commit is contained in:
Michael Natterer 2007-11-14 10:09:44 +00:00 committed by Michael Natterer
parent b5f204ac3c
commit 65ef21dfb3
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2007-11-14 Michael Natterer <mitch@imendio.com>
* gtk/gtkmenu.c (gtk_menu_popup): remove recently added
gdk_flush() again, it's not needed after all.
2007-11-14 Michael Natterer <mitch@imendio.com>
* tests/testbbox.c

View File

@ -1449,13 +1449,6 @@ gtk_menu_popup (GtkMenu *menu,
*/
gtk_widget_show (menu->toplevel);
/* flush the X event queue for the popup to become realized and
* mapped, since grabbing requires a mapped window. (this only works
* for popups, regular windows need gtk_widget_show_now() to sync
* with window manager interaction).
*/
gdk_flush ();
if (xgrab_shell == widget)
popup_grab_on_window (widget->window, activate_time, grab_keyboard); /* Should always succeed */
gtk_grab_add (GTK_WIDGET (menu));