diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-02-25 13:53:54 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-02-25 13:53:54 +0800 |
commit | 323b824b844a937593833c1704b6f2cd5335d6a5 (patch) | |
tree | 2b819c8f4d95520645a68d3a4551fa6a4073681a /widgets/e-table/ChangeLog | |
parent | 7f601b6db6eed262aeda3276ee4c4987d2818843 (diff) | |
download | gsoc2013-evolution-323b824b844a937593833c1704b6f2cd5335d6a5.tar gsoc2013-evolution-323b824b844a937593833c1704b6f2cd5335d6a5.tar.gz gsoc2013-evolution-323b824b844a937593833c1704b6f2cd5335d6a5.tar.bz2 gsoc2013-evolution-323b824b844a937593833c1704b6f2cd5335d6a5.tar.lz gsoc2013-evolution-323b824b844a937593833c1704b6f2cd5335d6a5.tar.xz gsoc2013-evolution-323b824b844a937593833c1704b6f2cd5335d6a5.tar.zst gsoc2013-evolution-323b824b844a937593833c1704b6f2cd5335d6a5.zip |
Made the E table item redraw properly.
2000-02-25 Christopher James Lahey <clahey@helixcode.com>
* e-table-item.c: Made the E table item redraw properly.
* e-table-group-container.c: Added handling to distinguish between
n items and 1 item. Got rid of a crash due to an abandoned timeout
callback.
svn path=/trunk/; revision=1933
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 19a60a1299..0c9ee610db 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,11 @@ +2000-02-25 Christopher James Lahey <clahey@helixcode.com> + + * e-table-item.c: Made the E table item redraw properly. + + * e-table-group-container.c: Added handling to distinguish between + n items and 1 item. Got rid of a crash due to an abandoned timeout + callback. + 2000-02-24 Christopher James Lahey <clahey@helixcode.com> * e-cell-text.c: Made carriage return stop editting instead of |