From 644987ebd95b4f53758d7ec31cd6be832c08442c Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 10 Jan 2004 14:45:23 +0000 Subject: Call parent class' finalize method. 2004-01-10 Christian Persch * src/ephy-notebook.c: (ephy_notebook_finalize): Call parent class' finalize method. --- ChangeLog | 6 ++++++ src/ephy-notebook.c | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1ba3ee1ef..52918c215 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-01-10 Christian Persch + + * src/ephy-notebook.c: (ephy_notebook_finalize): + + Call parent class' finalize method. + 2004-01-09 Christian Persch * 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 -- cgit v1.2.3