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:
committed by
Matthias Clasen
parent
ed3de17c51
commit
47b2b9dd19
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user