Fix the build
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user