aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-col.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-col.h')
-rw-r--r--widgets/table/e-table-col.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table-col.h b/widgets/table/e-table-col.h
index a7878fe4d7..39aeb26ba9 100644
--- a/widgets/table/e-table-col.h
+++ b/widgets/table/e-table-col.h
@@ -36,6 +36,8 @@ struct _ETableCol {
unsigned int is_pixbuf:1;
unsigned int selected:1;
unsigned int resizeable:1;
+ unsigned int sortable:1;
+ unsigned int groupable:1;
int col_idx;
ETableColArrow arrow;