aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/test-cols.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/test-cols.c')
-rw-r--r--widgets/table/test-cols.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/table/test-cols.c b/widgets/table/test-cols.c
index e34e477dae..5de5d3399a 100644
--- a/widgets/table/test-cols.c
+++ b/widgets/table/test-cols.c
@@ -214,7 +214,10 @@ multi_cols_test (void)
"ETableModel", e_table_model,
"drawgrid", TRUE,
"drawfocus", TRUE,
+ "cursor_mode", E_TABLE_CURSOR_SIMPLE,
+#if 0
"spreadsheet", TRUE,
+#endif
NULL);
e_canvas_item_move_absolute (item, 0, 30);
@@ -233,7 +236,10 @@ multi_cols_test (void)
"ETableModel", e_table_model,
"drawgrid", TRUE,
"drawfocus", TRUE,
+#if 0
"spreadsheet", TRUE,
+#endif
+ "cursor_mode", E_TABLE_CURSOR_SIMPLE,
NULL);
e_canvas_item_move_absolute (item, 300, 30);
}