From 7b3fe06340b59ed5e1bec5b9798e3edb586be4e4 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Sat, 18 Aug 2001 08:03:24 +0000 Subject: Chain to the destroy handler in the parent class. Hey, I'm getting used to 2001-08-18 Federico Mena Quintero * e-table-without.c (etw_destroy): Chain to the destroy handler in the parent class. Hey, I'm getting used to this :) svn path=/trunk/; revision=12199 --- widgets/table/e-table-without.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/table') diff --git a/widgets/table/e-table-without.c b/widgets/table/e-table-without.c index 148ee5506b..06d3f86098 100644 --- a/widgets/table/e-table-without.c +++ b/widgets/table/e-table-without.c @@ -115,6 +115,8 @@ etw_destroy (GtkObject *object) etw->priv = NULL; } + if (GTK_OBJECT_CLASS (parent_class)->destroy) + (* GTK_OBJECT_CLASS (parent_class)->destroy) (object); } static void -- cgit v1.2.3