Complete the backported fix.

2005-08-17  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkmenu.c (gtk_menu_grab_notify): Complete the
	backported fix.
This commit is contained in:
Matthias Clasen
2005-08-17 16:35:54 +00:00
committed by Matthias Clasen
parent ed3de17c51
commit 47b2b9dd19
4 changed files with 16 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2005-08-17 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmenu.c (gtk_menu_grab_notify): Complete the
backported fix.
2005-08-15 Matthias Clasen <mclasen@redhat.com>
Backported fixes from 2.8:

View File

@@ -1,3 +1,8 @@
2005-08-17 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmenu.c (gtk_menu_grab_notify): Complete the
backported fix.
2005-08-15 Matthias Clasen <mclasen@redhat.com>
Backported fixes from 2.8:

View File

@@ -1,3 +1,8 @@
2005-08-17 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmenu.c (gtk_menu_grab_notify): Complete the
backported fix.
2005-08-15 Matthias Clasen <mclasen@redhat.com>
Backported fixes from 2.8:

View File

@@ -4395,7 +4395,7 @@ gtk_menu_grab_notify (GtkWidget *widget,
if (!was_grabbed)
{
if (!GTK_IS_MENU (gtk_grab_get_current ()))
if (!GTK_IS_MENU_SHELL (grab))
gtk_menu_shell_cancel (GTK_MENU_SHELL (widget));
}
}