diff options
Diffstat (limited to 'widgets/table/e-cell.h')
-rw-r--r-- | widgets/table/e-cell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/table/e-cell.h b/widgets/table/e-cell.h index bc04f32f58..e821ce60c3 100644 --- a/widgets/table/e-cell.h +++ b/widgets/table/e-cell.h @@ -58,12 +58,12 @@ typedef enum { E_CELL_EDITING = 1 << 4, - E_CELL_CURSOR = 1 << 5, + E_CELL_CURSOR = 1 << 5 } ECellFlags; typedef enum { E_CELL_GRAB = 1 << 0, - E_CELL_UNGRAB = 1 << 1, + E_CELL_UNGRAB = 1 << 1 } ECellActions; typedef struct { |