2008-12-10 Alberto Garcia <agarcia@igalia.com>
authorAlberto Garcia <agarcia@igalia.com>
Wed, 10 Dec 2008 12:37:15 +0000 (12:37 +0000)
committerAlberto Garcia <agarcia@igalia.com>
Wed, 10 Dec 2008 12:37:15 +0000 (12:37 +0000)
* src/hildon-wizard-dialog.c (destroy): Fix compilation warning

ChangeLog
src/hildon-wizard-dialog.c

index c8364d1..913da91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-10  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-wizard-dialog.c (destroy): Fix compilation warning
+
 2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
 
        * configure.ac: post release version bump
index c356953..0b7cc6c 100644 (file)
@@ -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);