Revert a change which prevented torn-off menus from being shown normally.

2004-12-13  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkmenuitem.c (gtk_real_menu_item_select): Revert a change
	which prevented torn-off menus from being shown normally.
This commit is contained in:
Matthias Clasen
2004-12-13 19:23:58 +00:00
committed by Matthias Clasen
parent 85559a244f
commit ae66ef4fdb
5 changed files with 13 additions and 2 deletions

View File

@ -838,8 +838,7 @@ gtk_real_menu_item_select (GtkItem *item)
menu_item = GTK_MENU_ITEM (item);
if (menu_item->submenu &&
!GTK_WIDGET_MAPPED (menu_item->submenu))
if (menu_item->submenu)
{
gint popup_delay;