From 18fa92ee1db9cc931f2783a1343ddad7f0418ede Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 16 May 2000 09:06:26 +0000 Subject: Fixed a FIXME comment. 2000-05-16 Christopher James Lahey * e-table-sorted-variable.c: Fixed a FIXME comment. * e-table-header.c, e-table-header.h: Added code to put off size calculation to the idle loop. Added code to not resize columns with 0 expansion. Removed the set_width function; it's been replaced with a Gtk+ arg. * Makefile.am: Added e-table-defines.h to the Makefile.am. * e-table-defines.h: A new file containing some #defines for use in ETable. svn path=/trunk/; revision=3077 --- widgets/e-table/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/e-table/Makefile.am') diff --git a/widgets/e-table/Makefile.am b/widgets/e-table/Makefile.am index 34e4005fcd..c187332d00 100644 --- a/widgets/e-table/Makefile.am +++ b/widgets/e-table/Makefile.am @@ -36,6 +36,7 @@ libetable_a_SOURCES = \ e-table-col.h \ e-table-config.c \ e-table-config.h \ + e-table-defines.h \ e-table-group.c \ e-table-group.h \ e-table-group-container.c \ -- cgit