From e40ff9db7468588ff997bf588c26af8e304fcb5b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 6 Apr 2006 11:42:29 +0000 Subject: [PATCH] Fix the build --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ gtk/gtkmain.c | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) 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); } }