diff options
Diffstat (limited to 'widgets/table/e-table-config.h')
-rw-r--r-- | widgets/table/e-table-config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/table/e-table-config.h b/widgets/table/e-table-config.h index c66c01f9aa..df224c4a2a 100644 --- a/widgets/table/e-table-config.h +++ b/widgets/table/e-table-config.h @@ -18,10 +18,12 @@ typedef struct { GtkWidget *frames; GtkWidget *radio_ascending; GtkWidget *radio_descending; + GtkWidget *view_check; /* Only for group dialog */ guint changed_id, toggled_id; void *e_table_config; } ETableConfigSortWidgets; + typedef struct { GtkObject parent; @@ -44,6 +46,7 @@ typedef struct { GtkWidget *fields_label; ETableConfigSortWidgets sort [4]; + ETableConfigSortWidgets group [4]; /* * List of valid column names |