Fix the build

This commit is contained in:
Matthias Clasen
2006-04-06 11:42:29 +00:00
parent 6e5e396aac
commit e40ff9db74
3 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2006-04-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmain.c: Make it compile.
2006-04-06 Tor Lillqvist <tml@novell.com>
Correct the appearance of non-square icons and cursors: pad them

View File

@@ -1,3 +1,7 @@
2006-04-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmain.c: Make it compile.
2006-04-06 Tor Lillqvist <tml@novell.com>
Correct the appearance of non-square icons and cursors: pad them

View File

@@ -1594,7 +1594,7 @@ gtk_grab_add (GtkWidget *widget)
g_object_ref (widget);
group->grabs = g_slist_prepend (group->grabs, widget);
gtk_grab_notify (group, old_grab_widget);
gtk_grab_notify (group, old_grab_widget, widget);
}
}