From 78adc934b0946d1f4f4f6dacb393b4a119d68bec Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 5 Aug 2000 12:38:24 +0000 Subject: Made selection ranges work even if the table is sorted. 2000-08-05 Christopher James Lahey * Makefile.am, e-table-selection-model.c, e-table-selection-model.h, e-table.c, e-table.h: Made selection ranges work even if the table is sorted. * e-table-sorter.c, e-table-sorter.h: New files to help with making selection ranges work even if sorted. svn path=/trunk/; revision=4546 --- widgets/table/e-table.h | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/table/e-table.h') diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h index 6f4fe153c6..a418a284a6 100644 --- a/widgets/table/e-table.h +++ b/widgets/table/e-table.h @@ -40,6 +40,7 @@ typedef struct { ETableGroup *group; ETableSortInfo *sort_info; + ETableSorter *sorter; ETableSelectionModel *selection; ETableCursorLoc cursor_loc; -- cgit