aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/ephy-notebook.c2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ba3ee1ef..52918c215 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-01-10 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-notebook.c: (ephy_notebook_finalize):
+
+ Call parent class' finalize method.
+
2004-01-09 Christian Persch <chpe@cvs.gnome.org>
* help/C/epiphany-C.omf:
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c
index 44284559d..c1b7eb367 100644
--- a/src/ephy-notebook.c
+++ b/src/ephy-notebook.c
@@ -780,6 +780,8 @@ ephy_notebook_finalize (GObject *object)
g_free (notebook->priv);
LOG ("EphyNotebook finalised %p", object)
+
+ G_OBJECT_CLASS (parent_class)->finalize (object);
}
static void