From a26bdd4ed4fe7e9fe511b53a013ae7b7e029710b Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 26 Jun 2013 16:13:10 -0400 Subject: ETableState: Convert the column index array to a column spec array. --- e-util/e-table-state.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'e-util/e-table-state.h') diff --git a/e-util/e-table-state.h b/e-util/e-table-state.h index cd5d3e97fe..be7800163b 100644 --- a/e-util/e-table-state.h +++ b/e-util/e-table-state.h @@ -26,6 +26,7 @@ #include #include +#include /* Standard GObject macros */ #define E_TYPE_TABLE_STATE \ @@ -61,7 +62,7 @@ struct _ETableState { ETableSortInfo *sort_info; gint col_count; - gint *columns; + ETableColumnSpecification **column_specs; gdouble *expansions; }; -- cgit