Fix the build

Forgot to update callers of _gtk_window_group_get_current_grab.
This commit is contained in:
Matthias Clasen
2010-06-24 12:44:57 -04:00
parent 7d6d1af7a1
commit fa7ace866c

View File

@@ -5294,7 +5294,7 @@ gtk_menu_grab_notify (GtkWidget *widget,
toplevel = gtk_widget_get_toplevel (widget);
group = gtk_window_get_group (GTK_WINDOW (toplevel));
grab = _gtk_window_group_get_current_grab (group);
grab = gtk_window_group_get_current_grab (group);
if (!was_grabbed)
{