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/table/e-table-sorted-variable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/table/e-table-sorted-variable.c') diff --git a/widgets/table/e-table-sorted-variable.c b/widgets/table/e-table-sorted-variable.c index 5d11e03d6f..6ab832de94 100644 --- a/widgets/table/e-table-sorted-variable.c +++ b/widgets/table/e-table-sorted-variable.c @@ -215,7 +215,7 @@ int cols_closure; int *ascending_closure; GCompareFunc *compare_closure; -/* FIXME: Make it not cache the second and later rows (as if anyone cares.) */ +/* FIXME: Make it not cache the second and later columns (as if anyone cares.) */ static int qsort_callback(const void *data1, const void *data2) -- cgit v1.2.3