app: use the container icon view, the grid view is not GTK+ 3.0-able

This commit is contained in:
Michael Natterer 2010-10-19 19:29:33 +02:00
parent 4ca9a5b33f
commit 672e297219
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ gimp_container_editor_constructed (GObject *object)
switch (editor->priv->view_type)
{
case GIMP_VIEW_TYPE_GRID:
#if 0
#if 1
editor->view =
GIMP_CONTAINER_VIEW (gimp_container_icon_view_new (editor->priv->container,
editor->priv->context,