diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-07-07 07:27:17 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-07-07 07:27:17 +0800 |
commit | 308228cd4e70d1fa31a5e48166ca412b4069fdd9 (patch) | |
tree | f6cf3179f660e26cbb8ee393a91032c5bdc4a14c /widgets/e-table/ChangeLog | |
parent | 2326c6b7942f648c51d86aa925cf25c79d18b989 (diff) | |
download | gsoc2013-evolution-308228cd4e70d1fa31a5e48166ca412b4069fdd9.tar gsoc2013-evolution-308228cd4e70d1fa31a5e48166ca412b4069fdd9.tar.gz gsoc2013-evolution-308228cd4e70d1fa31a5e48166ca412b4069fdd9.tar.bz2 gsoc2013-evolution-308228cd4e70d1fa31a5e48166ca412b4069fdd9.tar.lz gsoc2013-evolution-308228cd4e70d1fa31a5e48166ca412b4069fdd9.tar.xz gsoc2013-evolution-308228cd4e70d1fa31a5e48166ca412b4069fdd9.tar.zst gsoc2013-evolution-308228cd4e70d1fa31a5e48166ca412b4069fdd9.zip |
fix the conditions under which we draw a horizontal line.
2000-07-06 Chris Toshok <toshok@helixcode.com>
* e-cell-tree.c (ect_draw): fix the conditions under which we draw
a horizontal line.
svn path=/trunk/; revision=3929
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index b60e7fa106..69cf89d832 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,8 @@ +2000-07-06 Chris Toshok <toshok@helixcode.com> + + * e-cell-tree.c (ect_draw): fix the conditions under which we draw + a horizontal line. + 2000-07-06 Christopher James Lahey <clahey@helixcode.com> * e-table-item.c: Send GDK_BUTTON_RELEASE events to the ecell |