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/e-table/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/e-table/Makefile.am') diff --git a/widgets/e-table/Makefile.am b/widgets/e-table/Makefile.am index cd60b5e7a2..30ee6f3d7d 100644 --- a/widgets/e-table/Makefile.am +++ b/widgets/e-table/Makefile.am @@ -78,6 +78,8 @@ libetable_a_SOURCES = \ e-table-sorted.h \ e-table-sorted-variable.c \ e-table-sorted-variable.h \ + e-table-sorter.c \ + e-table-sorter.h \ e-table-subset.c \ e-table-subset.h \ e-table-subset-variable.c \ -- cgit