]> Pileus Git - ~andy/gtk/commitdiff
iconview: Don't resize on size allocation
authorBenjamin Otte <otte@redhat.com>
Fri, 16 Mar 2012 16:35:52 +0000 (17:35 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 16 Mar 2012 16:53:30 +0000 (17:53 +0100)
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

gtk/gtkiconview.c

index acf14eef77ae91fe35e6efd3d71b4b0fefd549ee..fc19badcc0c8432a1033ddc1a413753dec18b1e9 100644 (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 */