From 24d26c0c6a2e490edae5ef39c5293ec93074f70b Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Wed, 10 Dec 2008 12:37:15 +0000 Subject: [PATCH] 2008-12-10 Alberto Garcia * src/hildon-wizard-dialog.c (destroy): Fix compilation warning --- ChangeLog | 4 ++++ src/hildon-wizard-dialog.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c8364d1..913da91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-12-10 Alberto Garcia + + * src/hildon-wizard-dialog.c (destroy): Fix compilation warning + 2008-12-09 Claudio Saavedra * configure.ac: post release version bump diff --git a/src/hildon-wizard-dialog.c b/src/hildon-wizard-dialog.c index c356953..0b7cc6c 100644 --- a/src/hildon-wizard-dialog.c +++ b/src/hildon-wizard-dialog.c @@ -81,7 +81,7 @@ static void finalize (GObject *object); static void -destroy (GObject *object); +destroy (GtkObject *object); static void response (HildonWizardDialog *wizard, @@ -210,7 +210,7 @@ finalize (GObject *object) } static void -destroy (GObject *object) +destroy (GtkObject *object) { HildonWizardDialogPrivate *priv = HILDON_WIZARD_DIALOG_GET_PRIVATE (object); -- 1.7.9.5