changed handler tags to be of type guint, reflecting the internal tag
Thu Mar 12 10:49:38 1998 Tim Janik <timj@gimp.org> * gtk/gtkmain.h: * gtk/gtkmain.c: changed handler tags to be of type guint, reflecting the internal tag handling. * gtk/gtkcurve.h: macro fixups.
This commit is contained in:
@ -260,8 +260,7 @@ gtk_notebook_destroy (GtkObject *object)
|
||||
if (notebook->menu)
|
||||
gtk_notebook_popup_disable (notebook);
|
||||
|
||||
if (GTK_OBJECT_CLASS (parent_class)->destroy)
|
||||
(* GTK_OBJECT_CLASS (parent_class)->destroy) (object);
|
||||
GTK_OBJECT_CLASS (parent_class)->destroy (object);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user