We always chain to the parent size_allocate, no need to do this.

svn path=/trunk/; revision=19244
This commit is contained in:
Xan Lopez 2007-12-26 11:32:16 +00:00
parent 2d22a162cf
commit a374f81b88

View File

@ -858,7 +858,6 @@ gtk_statusbar_size_allocate (GtkWidget *widget,
if (statusbar->has_resize_grip)
{
widget->allocation = *allocation;
get_grip_rect (statusbar, &rect);
extra_children = has_extra_children (statusbar);