Chain to the destroy handler in the parent class. Hey, I'm getting used to

2001-08-18  Federico Mena Quintero  <federico@ximian.com>

	* 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
This commit is contained in:
Federico Mena Quintero
2001-08-18 08:03:24 +00:00
committed by Federico Mena Quintero
parent bfa5273716
commit 7b3fe06340

View File

@ -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