diff options
Diffstat (limited to 'widgets/table/e-table-col.h')
-rw-r--r-- | widgets/table/e-table-col.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-col.h b/widgets/table/e-table-col.h index 036b317d69..8377beb37e 100644 --- a/widgets/table/e-table-col.h +++ b/widgets/table/e-table-col.h @@ -35,7 +35,7 @@ typedef struct { GCompareFunc compare; unsigned int is_pixbuf:1; unsigned int selected:1; - unsigned int resizeable:1; + unsigned int resizable:1; unsigned int sortable:1; unsigned int groupable:1; int col_idx; |