diff --git a/ChangeLog b/ChangeLog index 1650680445..0ec29f8523 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-04-06 Matthias Clasen + + * gtk/gtkmain.c: Make it compile. + 2006-04-06 Tor Lillqvist Correct the appearance of non-square icons and cursors: pad them diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1650680445..0ec29f8523 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2006-04-06 Matthias Clasen + + * gtk/gtkmain.c: Make it compile. + 2006-04-06 Tor Lillqvist Correct the appearance of non-square icons and cursors: pad them diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index 5a22180469..3272b2acaf 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -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); } }