No point in using a mem chunk for window groups, buttons, labels.
2005-09-14 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.c (gtk_label_get_type): * gtk/gtkbutton.c (gtk_button_get_type): * gtk/gtkwindow.c (gtk_window_group_get_type): No point in using a mem chunk for window groups, buttons, labels.
This commit is contained in:
committed by
Matthias Clasen
parent
7d416fec1b
commit
ece1601498
@ -161,7 +161,7 @@ gtk_button_get_type (void)
|
||||
NULL, /* class_finalize */
|
||||
NULL, /* class_data */
|
||||
sizeof (GtkButton),
|
||||
16, /* n_preallocs */
|
||||
0, /* n_preallocs */
|
||||
(GInstanceInitFunc) gtk_button_init,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user