iconview: Don't resize on size allocation

Let's see how much this breaks. But then, it also fixes things, so more
power to me!

https://bugzilla.gnome.org/show_bug.cgi?id=672173
This commit is contained in:
Benjamin Otte 2012-03-16 17:35:52 +01:00
parent cb1a825cc3
commit ccbcebdddf

View File

@ -1408,8 +1408,6 @@ gtk_icon_view_size_allocate (GtkWidget *widget,
MAX (icon_view->priv->height, allocation->height));
}
gtk_icon_view_layout (icon_view);
gtk_icon_view_allocate_children (icon_view);
/* Delay signal emission */