Initialize node->data->instance.private_size here rather than in
authorOwen Taylor <otaylor@redhat.com>
Tue, 8 Jul 2003 18:59:04 +0000 (18:59 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 8 Jul 2003 18:59:04 +0000 (18:59 +0000)
commit2d9b959c98046b49629bb686653a919912a46564
treee3d7c9961c683ed3ebd7f9c6681672b22302362b
parent1858c03571a12a996e90c45fd3583dd9abf45557
Initialize node->data->instance.private_size here rather than in

Tue Jul  8 14:55:27 2003  Owen Taylor  <otaylor@redhat.com>

        * gtype.c (type_class_init_Wm): Initialize
        node->data->instance.private_size here rather than
        in type_data_make_W() since the class init for the parent
        class may have changed pnode->data->instance.private_size.
        (#116921, reported by Soeren Sandmann)
gobject/ChangeLog
gobject/gtype.c