diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-04 14:49:31 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-04 14:49:31 +0800 |
commit | e6f93efbadf410e6c9dcd9b4326562b27a8cfef0 (patch) | |
tree | 84c2889375c889723e5faf5955df328e64506ebe /widgets/table/e-cell-text.h | |
parent | 5801d079852bd2e877d9511e4c3ea8083066c58c (diff) | |
download | gsoc2013-evolution-e6f93efbadf410e6c9dcd9b4326562b27a8cfef0.tar gsoc2013-evolution-e6f93efbadf410e6c9dcd9b4326562b27a8cfef0.tar.gz gsoc2013-evolution-e6f93efbadf410e6c9dcd9b4326562b27a8cfef0.tar.bz2 gsoc2013-evolution-e6f93efbadf410e6c9dcd9b4326562b27a8cfef0.tar.lz gsoc2013-evolution-e6f93efbadf410e6c9dcd9b4326562b27a8cfef0.tar.xz gsoc2013-evolution-e6f93efbadf410e6c9dcd9b4326562b27a8cfef0.tar.zst gsoc2013-evolution-e6f93efbadf410e6c9dcd9b4326562b27a8cfef0.zip |
Fix author information.
2000-05-04 Christopher James Lahey <clahey@helixcode.com>
* 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
Diffstat (limited to 'widgets/table/e-cell-text.h')
-rw-r--r-- | widgets/table/e-cell-text.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <clahey@umich.edu> + * Author: Chris Lahey <clahey@helixcode.com> * * Drawing and event handling from: * * EText - Text item for evolution. * Copyright (C) 2000 Helix Code, Inc. * - * Author: Chris Lahey <clahey@umich.edu> + * Author: Chris Lahey <clahey@helixcode.com> * * A majority of code taken from: * |