[gimp/gtk3-port: 65/239] app: use the container icon view, the grid view is not GTK+ 3.0-able



commit b34ec25a4cc6bdc8162a8f713a47e64aed0f5d8e
Author: Michael Natterer <mitch gimp org>
Date:   Tue Oct 19 19:29:33 2010 +0200

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

 app/widgets/gimpcontainereditor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/widgets/gimpcontainereditor.c b/app/widgets/gimpcontainereditor.c
index 84c31fb..7fdc8b9 100644
--- a/app/widgets/gimpcontainereditor.c
+++ b/app/widgets/gimpcontainereditor.c
@@ -134,7 +134,7 @@ gimp_container_editor_construct (GimpContainerEditor *editor,
   switch (view_type)
     {
     case GIMP_VIEW_TYPE_GRID:
-#if 0
+#if 1
       editor->view =
         GIMP_CONTAINER_VIEW (gimp_container_icon_view_new (container,
                                                            context,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]