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:
committed by
Federico Mena Quintero
parent
bfa5273716
commit
7b3fe06340
@ -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
|
||||
|
||||
Reference in New Issue
Block a user