summaryrefslogtreecommitdiffstats
path: root/src/playground/grid/grid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/playground/grid/grid.c')
-rw-r--r--src/playground/grid/grid.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/playground/grid/grid.c b/src/playground/grid/grid.c
index 8358fe6..853c48e 100644
--- a/src/playground/grid/grid.c
+++ b/src/playground/grid/grid.c
@@ -37,12 +37,14 @@ main (int argc, char *argv[])
TRUE,
0);
+#if 0
details = gdu_grid_details_new (GDU_GRID_VIEW (view));
gtk_box_pack_start (GTK_BOX (vbox),
details,
TRUE,
TRUE,
0);
+#endif
gtk_window_set_default_size (GTK_WINDOW (window), 600, 400);
gtk_widget_show_all (window);