From 6445c55f20d4ea5471594ccfff1c7ad2f0add454 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 12 Oct 2001 20:25:21 +0000 Subject: Copy the can group state on the sort info here. 2001-10-12 Christopher James Lahey * e-table-state.c (e_table_state_duplicate): Copy the can group state on the sort info here. svn path=/trunk/; revision=13625 --- widgets/table/e-table-state.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'widgets/table') diff --git a/widgets/table/e-table-state.c b/widgets/table/e-table-state.c index 4c6467ce8e..4bd36d2b0d 100644 --- a/widgets/table/e-table-state.c +++ b/widgets/table/e-table-state.c @@ -240,5 +240,9 @@ e_table_state_duplicate (ETableState *state) e_table_state_load_from_string (new_state, copy); g_free (copy); + e_table_sort_info_set_can_group + (new_state->sort_info, + e_table_sort_info_get_can_group (state->sort_info)); + return new_state; } -- cgit v1.2.3