From e6f93efbadf410e6c9dcd9b4326562b27a8cfef0 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 4 May 2000 06:49:31 +0000 Subject: Fix author information. 2000-05-04 Christopher James Lahey * e-cell-text.c, e-cell-text.h: Fix author information. * e-table-group-leaf.c: Set a length threshold of 200. * e-table-item.c: Height cache is now actually a map. Made "length_threshold" argument work. If over the length threshold, use the height cache to get a better estimate so that once the height cache is full, height estimate is perfect. svn path=/trunk/; revision=2791 --- widgets/table/e-cell-text.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'widgets/table/e-cell-text.h') diff --git a/widgets/table/e-cell-text.h b/widgets/table/e-cell-text.h index 7e42a1d276..997723b0d6 100644 --- a/widgets/table/e-cell-text.h +++ b/widgets/table/e-cell-text.h @@ -1,14 +1,14 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* ECellText - Text item for e-table. * Copyright (C) 2000 Helix Code, Inc. - * Author: Chris Lahey + * Author: Chris Lahey * * Drawing and event handling from: * * EText - Text item for evolution. * Copyright (C) 2000 Helix Code, Inc. * - * Author: Chris Lahey + * Author: Chris Lahey * * A majority of code taken from: * -- cgit v1.2.3