diff options
Diffstat (limited to 'widgets/e-table/e-table-group-leaf.h')
-rw-r--r-- | widgets/e-table/e-table-group-leaf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/e-table/e-table-group-leaf.h b/widgets/e-table/e-table-group-leaf.h index 3789e16402..365f268307 100644 --- a/widgets/e-table/e-table-group-leaf.h +++ b/widgets/e-table/e-table-group-leaf.h @@ -31,7 +31,7 @@ typedef struct { guint draw_grid : 1; guint draw_focus : 1; - guint mode_spreadsheet : 1; + ETableCursorMode cursor_mode; } ETableGroupLeaf; typedef struct { |